Html Css Color HEX #AF9CDC Biloba Flower

📋 copy color: '#AF9CDC'

red 175 ◦ green 156 ◦ blue 220

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

Shades of Biloba Flower #AF9CDC

Tints of Biloba Flower #AF9CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

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

R = 31.76%
G = 28.31%
B = 39.93%

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

#AF9CDC (or 0xAF9CDC) is known color: Biloba Flower. HEX triplet: AF, 9C and DC. RGB value is (175,156,220). Sum of RGB (Red+Green+Blue) = 175+156+220=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDC is #506323. Grayscale: #A8A8A8. Windows color (decimal): -5268260 or 14458031. OLE color: 14458031.

HSL color Cylindrical-coordinate representation of color #AF9CDC: hue angle of 257.81º degrees, saturation: 0.48, 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 #AF9CDC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 156 220 -
CMYK 0.20 0.29 0 0.14
HSL 257.81º 0.48% 0.74% -
HSV(B) 257.81º 0.29% 0.86% -
XYZ 42.49 38.06 72.82 -
YUV 168.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 175 156 220 0.20 0.29 0 0.14 257.81 0.48 0.74
Hex AF 9C DC 14 1D 0 E 102 30 4A
Octal 257 234 334 24 35 0 16 402 60 112
Binary 10101111 10011100 11011100 10100 11101 0 1110 100000010 110000 1001010

Color Harmonies of #AF9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDC

Black with #AF9CDC

Text Example


Text Example

White with #AF9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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