Html Css Color HEX #AF9ADD Biloba Flower

📋 copy color: '#AF9ADD'

red 175 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #AF9ADD

Tints of Biloba Flower #AF9ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 31.82%
G = 28%
B = 40.18%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9ADD (or 0xAF9ADD) is known color: Biloba Flower. HEX triplet: AF, 9A and DD. RGB value is (175,154,221). Sum of RGB (Red+Green+Blue) = 175+154+221=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ADD is #506522. Grayscale: #A7A7A7. Windows color (decimal): -5268771 or 14523055. OLE color: 14523055.

HSL color Cylindrical-coordinate representation of color #AF9ADD: hue angle of 258.81º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9ADD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 154 221 -
CMYK 0.21 0.30 0 0.13
HSL 258.81º 0.5% 0.74% -
HSV(B) 258.81º 0.3% 0.87% -
XYZ 42.29 37.45 73.41 -
YUV 167.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 175 154 221 0.21 0.30 0 0.13 258.81 0.5 0.74
Hex AF 9A DD 15 1E 0 D 103 32 4A
Octal 257 232 335 25 36 0 15 403 62 112
Binary 10101111 10011010 11011101 10101 11110 0 1101 100000011 110010 1001010

Color Harmonies of #AF9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ADD

Black with #AF9ADD

Text Example


Text Example

White with #AF9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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