Html Css Color HEX #AF8EEB Biloba Flower

📋 copy color: '#AF8EEB'

red 175 ◦ green 142 ◦ blue 235

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

Shades of Biloba Flower #AF8EEB

Tints of Biloba Flower #AF8EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 31.7%
G = 25.72%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF8EEB (or 0xAF8EEB) is known color: Biloba Flower. HEX triplet: AF, 8E and EB. RGB value is (175,142,235). Sum of RGB (Red+Green+Blue) = 175+142+235=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEB is #507114. Grayscale: #A2A2A2. Windows color (decimal): -5271829 or 15437487. OLE color: 15437487.

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

Color convert

RGB 175 142 235 -
CMYK 0.26 0.40 0 0.08
HSL 261.29º 0.7% 0.74% -
HSV(B) 261.29º 0.4% 0.92% -
XYZ 42.35 34.46 83.02 -
YUV 162.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 175 142 235 0.26 0.40 0 0.08 261.29 0.7 0.74
Hex AF 8E EB 1A 28 0 8 105 46 4A
Octal 257 216 353 32 50 0 10 405 106 112
Binary 10101111 10001110 11101011 11010 101000 0 1000 100000101 1000110 1001010

Color Harmonies of #AF8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EEB

Black with #AF8EEB

Text Example


Text Example

White with #AF8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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