Html Css Color HEX #AF9CCE Biloba Flower

📋 copy color: '#AF9CCE'

red 175 ◦ green 156 ◦ blue 206

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

Shades of Biloba Flower #AF9CCE

Tints of Biloba Flower #AF9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 32.59%
G = 29.05%
B = 38.36%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF9CCE (or 0xAF9CCE) is known color: Biloba Flower. HEX triplet: AF, 9C and CE. RGB value is (175,156,206). Sum of RGB (Red+Green+Blue) = 175+156+206=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCE is #506331. Grayscale: #A7A7A7. Windows color (decimal): -5268274 or 13540527. OLE color: 13540527.

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

Color convert

RGB 175 156 206 -
CMYK 0.15 0.24 0 0.19
HSL 262.8º 0.34% 0.71% -
HSV(B) 262.8º 0.24% 0.81% -
XYZ 40.71 37.35 63.46 -
YUV 167.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 175 156 206 0.15 0.24 0 0.19 262.8 0.34 0.71
Hex AF 9C CE F 18 0 13 107 22 47
Octal 257 234 316 17 30 0 23 407 42 107
Binary 10101111 10011100 11001110 1111 11000 0 10011 100000111 100010 1000111

Color Harmonies of #AF9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CCE

Black with #AF9CCE

Text Example


Text Example

White with #AF9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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