Html Css Color HEX #AF8EEC Biloba Flower

📋 copy color: '#AF8EEC'

red 175 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #AF8EEC

Tints of Biloba Flower #AF8EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

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

R = 31.65%
G = 25.68%
B = 42.68%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8EEC (or 0xAF8EEC) is known color: Biloba Flower. HEX triplet: AF, 8E and EC. RGB value is (175,142,236). Sum of RGB (Red+Green+Blue) = 175+142+236=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF8EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEC is #507113. Grayscale: #A2A2A2. Windows color (decimal): -5271828 or 15503023. OLE color: 15503023.

HSL color Cylindrical-coordinate representation of color #AF8EEC: hue angle of 261.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8EEC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 142 236 -
CMYK 0.26 0.40 0 0.07
HSL 261.06º 0.71% 0.74% -
HSV(B) 261.06º 0.4% 0.93% -
XYZ 42.49 34.52 83.78 -
YUV 162.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 175 142 236 0.26 0.40 0 0.07 261.06 0.71 0.74
Hex AF 8E EC 1A 28 0 7 105 47 4A
Octal 257 216 354 32 50 0 7 405 107 112
Binary 10101111 10001110 11101100 11010 101000 0 111 100000101 1000111 1001010

Color Harmonies of #AF8EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EEC

Black with #AF8EEC

Text Example


Text Example

White with #AF8EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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