Html Css Color HEX #AF9EDE Biloba Flower

📋 copy color: '#AF9EDE'

red 175 ◦ green 158 ◦ blue 222

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

Shades of Biloba Flower #AF9EDE

Tints of Biloba Flower #AF9EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.47%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 31.53%
G = 28.47%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9EDE (or 0xAF9EDE) is known color: Biloba Flower. HEX triplet: AF, 9E and DE. RGB value is (175,158,222). Sum of RGB (Red+Green+Blue) = 175+158+222=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDE is #506121. Grayscale: #AAAAAA. Windows color (decimal): -5267746 or 14589615. OLE color: 14589615.

HSL color Cylindrical-coordinate representation of color #AF9EDE: hue angle of 255.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9EDE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 158 222 -
CMYK 0.21 0.29 0 0.13
HSL 255.94º 0.49% 0.75% -
HSV(B) 255.94º 0.29% 0.87% -
XYZ 43.09 38.84 74.33 -
YUV 170.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 175 158 222 0.21 0.29 0 0.13 255.94 0.49 0.75
Hex AF 9E DE 15 1D 0 D 100 31 4B
Octal 257 236 336 25 35 0 15 400 61 113
Binary 10101111 10011110 11011110 10101 11101 0 1101 100000000 110001 1001011

Color Harmonies of #AF9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EDE

Black with #AF9EDE

Text Example


Text Example

White with #AF9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EDE; }

 p { color: rgb(175,158,222); }

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

background-color css

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

 a { background-color: rgb(175,158,222); }

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

border-color css

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

 span { border-color: rgb(175,158,222); }

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