Html Css Color HEX #AF8ECD Biloba Flower

📋 copy color: '#AF8ECD'

red 175 ◦ green 142 ◦ blue 205

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

Shades of Biloba Flower #AF8ECD

Tints of Biloba Flower #AF8ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 33.52%
G = 27.2%
B = 39.27%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF8ECD (or 0xAF8ECD) is known color: Biloba Flower. HEX triplet: AF, 8E and CD. RGB value is (175,142,205). Sum of RGB (Red+Green+Blue) = 175+142+205=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECD is #507132. Grayscale: #9E9E9E. Windows color (decimal): -5271859 or 13471407. OLE color: 13471407.

HSL color Cylindrical-coordinate representation of color #AF8ECD: hue angle of 271.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8ECD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 142 205 -
CMYK 0.15 0.31 0 0.20
HSL 271.43º 0.39% 0.68% -
HSV(B) 271.43º 0.31% 0.8% -
XYZ 38.37 32.87 62.08 -
YUV 159.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 175 142 205 0.15 0.31 0 0.20 271.43 0.39 0.68
Hex AF 8E CD F 1F 0 14 10F 27 44
Octal 257 216 315 17 37 0 24 417 47 104
Binary 10101111 10001110 11001101 1111 11111 0 10100 100001111 100111 1000100

Color Harmonies of #AF8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ECD

Black with #AF8ECD

Text Example


Text Example

White with #AF8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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