Html Css Color HEX #AF9AD2 Biloba Flower

📋 copy color: '#AF9AD2'

red 175 ◦ green 154 ◦ blue 210

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

Shades of Biloba Flower #AF9AD2

Tints of Biloba Flower #AF9AD2

RGB

 RED value IS 175 (68.75% from 255) = 32.47%

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 32.47%
G = 28.57%
B = 38.96%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF9AD2 (or 0xAF9AD2) is known color: Biloba Flower. HEX triplet: AF, 9A and D2. RGB value is (175,154,210). Sum of RGB (Red+Green+Blue) = 175+154+210=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF9AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AD2 is #50652D. Grayscale: #A6A6A6. Windows color (decimal): -5268782 or 13802159. OLE color: 13802159.

HSL color Cylindrical-coordinate representation of color #AF9AD2: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9AD2 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 154 210 -
CMYK 0.17 0.27 0 0.18
HSL 262.5º 0.38% 0.71% -
HSV(B) 262.5º 0.27% 0.82% -
XYZ 40.87 36.88 65.94 -
YUV 166.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 175 154 210 0.17 0.27 0 0.18 262.5 0.38 0.71
Hex AF 9A D2 11 1B 0 12 106 26 47
Octal 257 232 322 21 33 0 22 406 46 107
Binary 10101111 10011010 11010010 10001 11011 0 10010 100000110 100110 1000111

Color Harmonies of #AF9AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AD2

Black with #AF9AD2

Text Example


Text Example

White with #AF9AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AD2; }

 p { color: rgb(175,154,210); }

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

background-color css

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

 a { background-color: rgb(175,154,210); }

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

border-color css

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

 span { border-color: rgb(175,154,210); }

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