Html Css Color HEX #AF8EED Biloba Flower

📋 copy color: '#AF8EED'

red 175 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #AF8EED

Tints of Biloba Flower #AF8EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 31.59%
G = 25.63%
B = 42.78%

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

#AF8EED (or 0xAF8EED) is known color: Biloba Flower. HEX triplet: AF, 8E and ED. RGB value is (175,142,237). Sum of RGB (Red+Green+Blue) = 175+142+237=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF8EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EED is #507112. Grayscale: #A2A2A2. Windows color (decimal): -5271827 or 15568559. OLE color: 15568559.

HSL color Cylindrical-coordinate representation of color #AF8EED: hue angle of 260.84º degrees, saturation: 0.73, 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 #AF8EED is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 142 237 -
CMYK 0.26 0.40 0 0.07
HSL 260.84º 0.73% 0.74% -
HSV(B) 260.84º 0.4% 0.93% -
XYZ 42.64 34.57 84.55 -
YUV 162.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 175 142 237 0.26 0.40 0 0.07 260.84 0.73 0.74
Hex AF 8E ED 1A 28 0 7 105 49 4A
Octal 257 216 355 32 50 0 7 405 111 112
Binary 10101111 10001110 11101101 11010 101000 0 111 100000101 1001001 1001010

Color Harmonies of #AF8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EED

Black with #AF8EED

Text Example


Text Example

White with #AF8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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