Html Css Color HEX #A98DCD Biloba Flower

📋 copy color: '#A98DCD'

red 169 ◦ green 141 ◦ blue 205

#A98DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A98DCD

Tints of Biloba Flower #A98DCD

RGB

 RED value IS 169 (66.41% from 255) = 32.82%

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 32.82%
G = 27.38%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A98DCD (or 0xA98DCD) is known color: Biloba Flower. HEX triplet: A9, 8D and CD. RGB value is (169,141,205). Sum of RGB (Red+Green+Blue) = 169+141+205=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCD is #567232. Grayscale: #9C9C9C. Windows color (decimal): -5665331 or 13471145. OLE color: 13471145.

HSL color Cylindrical-coordinate representation of color #A98DCD: hue angle of 266.25º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98DCD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 141 205 -
CMYK 0.18 0.31 0 0.20
HSL 266.25º 0.39% 0.68% -
HSV(B) 266.25º 0.31% 0.8% -
XYZ 36.91 31.89 61.97 -
YUV 156.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 169 141 205 0.18 0.31 0 0.20 266.25 0.39 0.68
Hex A9 8D CD 12 1F 0 14 10A 27 44
Octal 251 215 315 22 37 0 24 412 47 104
Binary 10101001 10001101 11001101 10010 11111 0 10100 100001010 100111 1000100

Color Harmonies of #A98DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DCD

Black with #A98DCD

Text Example


Text Example

White with #A98DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DCD; }

 p { color: rgb(169,141,205); }

 H1.HeaderClassName
 {
   color: #A98DCD;
 }
 .AnyTagClassName
 {
   color: #A98DCD;
 }
</style>

background-color css

<style>
 a { background-color: #A98DCD; }

 a { background-color: rgb(169,141,205); }

 div.DivClassName
 {
   background-color: #A98DCD;
 }
 .BgClassName
 {
   background-color: #A98DCD;
 }
</style>

border-color css

<style>
 span { border-color: #A98DCD; }

 span { border-color: rgb(169,141,205); }

 td.TdClassName
 {
   border-color: #A98DCD;
 }
 .TagClassName
 {
   border-color: #A98DCD;
 }
</style>