Html Css Color HEX #AF9CCD Biloba Flower

📋 copy color: '#AF9CCD'

red 175 ◦ green 156 ◦ blue 205

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

Shades of Biloba Flower #AF9CCD

Tints of Biloba Flower #AF9CCD

RGB

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

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

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

R = 32.65%
G = 29.1%
B = 38.25%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF9CCD (or 0xAF9CCD) is known color: Biloba Flower. HEX triplet: AF, 9C and CD. RGB value is (175,156,205). Sum of RGB (Red+Green+Blue) = 175+156+205=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCD is #506332. Grayscale: #A7A7A7. Windows color (decimal): -5268275 or 13474991. OLE color: 13474991.

HSL color Cylindrical-coordinate representation of color #AF9CCD: hue angle of 263.27º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9CCD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 156 205 -
CMYK 0.15 0.24 0 0.20
HSL 263.27º 0.33% 0.71% -
HSV(B) 263.27º 0.24% 0.8% -
XYZ 40.59 37.3 62.82 -
YUV 167.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 175 156 205 0.15 0.24 0 0.20 263.27 0.33 0.71
Hex AF 9C CD F 18 0 14 107 21 47
Octal 257 234 315 17 30 0 24 407 41 107
Binary 10101111 10011100 11001101 1111 11000 0 10100 100000111 100001 1000111

Color Harmonies of #AF9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CCD

Black with #AF9CCD

Text Example


Text Example

White with #AF9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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