Html Css Color HEX #AF9CEC Biloba Flower

📋 copy color: '#AF9CEC'

red 175 ◦ green 156 ◦ blue 236

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

Shades of Biloba Flower #AF9CEC

Tints of Biloba Flower #AF9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 30.86%
G = 27.51%
B = 41.62%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9CEC (or 0xAF9CEC) is known color: Biloba Flower. HEX triplet: AF, 9C and EC. RGB value is (175,156,236). Sum of RGB (Red+Green+Blue) = 175+156+236=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CEC is #506313. Grayscale: #AAAAAA. Windows color (decimal): -5268244 or 15506607. OLE color: 15506607.

HSL color Cylindrical-coordinate representation of color #AF9CEC: hue angle of 254.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9CEC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 156 236 -
CMYK 0.26 0.34 0 0.07
HSL 254.25º 0.68% 0.77% -
HSV(B) 254.25º 0.34% 0.93% -
XYZ 44.71 38.95 84.52 -
YUV 170.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 175 156 236 0.26 0.34 0 0.07 254.25 0.68 0.77
Hex AF 9C EC 1A 22 0 7 FE 44 4D
Octal 257 234 354 32 42 0 7 376 104 115
Binary 10101111 10011100 11101100 11010 100010 0 111 11111110 1000100 1001101

Color Harmonies of #AF9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CEC

Black with #AF9CEC

Text Example


Text Example

White with #AF9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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