Html Css Color HEX #AF8EE0 Biloba Flower

📋 copy color: '#AF8EE0'

red 175 ◦ green 142 ◦ blue 224

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

Shades of Biloba Flower #AF8EE0

Tints of Biloba Flower #AF8EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 32.35%
G = 26.25%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF8EE0 (or 0xAF8EE0) is known color: Biloba Flower. HEX triplet: AF, 8E and E0. RGB value is (175,142,224). Sum of RGB (Red+Green+Blue) = 175+142+224=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF8EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EE0 is #50711F. Grayscale: #A0A0A0. Windows color (decimal): -5271840 or 14716591. OLE color: 14716591.

HSL color Cylindrical-coordinate representation of color #AF8EE0: hue angle of 264.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8EE0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 142 224 -
CMYK 0.22 0.37 0 0.12
HSL 264.15º 0.57% 0.72% -
HSV(B) 264.15º 0.37% 0.88% -
XYZ 40.81 33.84 74.9 -
YUV 161.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 175 142 224 0.22 0.37 0 0.12 264.15 0.57 0.72
Hex AF 8E E0 16 25 0 C 108 39 48
Octal 257 216 340 26 45 0 14 410 71 110
Binary 10101111 10001110 11100000 10110 100101 0 1100 100001000 111001 1001000

Color Harmonies of #AF8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EE0

Black with #AF8EE0

Text Example


Text Example

White with #AF8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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