Html Css Color HEX #AF9DDC Biloba Flower

📋 copy color: '#AF9DDC'

red 175 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #AF9DDC

Tints of Biloba Flower #AF9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 31.7%
G = 28.44%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF9DDC (or 0xAF9DDC) is known color: Biloba Flower. HEX triplet: AF, 9D and DC. RGB value is (175,157,220). Sum of RGB (Red+Green+Blue) = 175+157+220=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDC is #506223. Grayscale: #A9A9A9. Windows color (decimal): -5268004 or 14458287. OLE color: 14458287.

HSL color Cylindrical-coordinate representation of color #AF9DDC: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9DDC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 157 220 -
CMYK 0.20 0.29 0 0.14
HSL 257.14º 0.47% 0.74% -
HSV(B) 257.14º 0.29% 0.86% -
XYZ 42.65 38.4 72.87 -
YUV 169.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 175 157 220 0.20 0.29 0 0.14 257.14 0.47 0.74
Hex AF 9D DC 14 1D 0 E 101 2F 4A
Octal 257 235 334 24 35 0 16 401 57 112
Binary 10101111 10011101 11011100 10100 11101 0 1110 100000001 101111 1001010

Color Harmonies of #AF9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DDC

Black with #AF9DDC

Text Example


Text Example

White with #AF9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DDC; }

 p { color: rgb(175,157,220); }

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

background-color css

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

 a { background-color: rgb(175,157,220); }

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

border-color css

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

 span { border-color: rgb(175,157,220); }

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