Html Css Color HEX #AF9EEC Biloba Flower

📋 copy color: '#AF9EEC'

red 175 ◦ green 158 ◦ blue 236

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

Shades of Biloba Flower #AF9EEC

Tints of Biloba Flower #AF9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.77%

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

R = 30.76%
G = 27.77%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9EEC (or 0xAF9EEC) is known color: Biloba Flower. HEX triplet: AF, 9E and EC. RGB value is (175,158,236). Sum of RGB (Red+Green+Blue) = 175+158+236=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EEC is #506113. Grayscale: #ABABAB. Windows color (decimal): -5267732 or 15507119. OLE color: 15507119.

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

Color convert

RGB 175 158 236 -
CMYK 0.26 0.33 0 0.07
HSL 253.08º 0.67% 0.77% -
HSV(B) 253.08º 0.33% 0.93% -
XYZ 45.05 39.62 84.63 -
YUV 171.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 175 158 236 0.26 0.33 0 0.07 253.08 0.67 0.77
Hex AF 9E EC 1A 21 0 7 FD 43 4D
Octal 257 236 354 32 41 0 7 375 103 115
Binary 10101111 10011110 11101100 11010 100001 0 111 11111101 1000011 1001101

Color Harmonies of #AF9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EEC

Black with #AF9EEC

Text Example


Text Example

White with #AF9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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