Html Css Color HEX #AF8ECE Biloba Flower

📋 copy color: '#AF8ECE'

red 175 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #AF8ECE

Tints of Biloba Flower #AF8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 33.46%
G = 27.15%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF8ECE (or 0xAF8ECE) is known color: Biloba Flower. HEX triplet: AF, 8E and CE. RGB value is (175,142,206). Sum of RGB (Red+Green+Blue) = 175+142+206=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECE is #507131. Grayscale: #9E9E9E. Windows color (decimal): -5271858 or 13536943. OLE color: 13536943.

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

Color convert

RGB 175 142 206 -
CMYK 0.15 0.31 0 0.19
HSL 270.94º 0.4% 0.68% -
HSV(B) 270.94º 0.31% 0.81% -
XYZ 38.49 32.92 62.72 -
YUV 159.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 175 142 206 0.15 0.31 0 0.19 270.94 0.4 0.68
Hex AF 8E CE F 1F 0 13 10F 28 44
Octal 257 216 316 17 37 0 23 417 50 104
Binary 10101111 10001110 11001110 1111 11111 0 10011 100001111 101000 1000100

Color Harmonies of #AF8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ECE

Black with #AF8ECE

Text Example


Text Example

White with #AF8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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