Html Css Color HEX #AF9EDD Biloba Flower

📋 copy color: '#AF9EDD'

red 175 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #AF9EDD

Tints of Biloba Flower #AF9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 31.59%
G = 28.52%
B = 39.89%

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

#AF9EDD (or 0xAF9EDD) is known color: Biloba Flower. HEX triplet: AF, 9E and DD. RGB value is (175,158,221). Sum of RGB (Red+Green+Blue) = 175+158+221=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDD is #506122. Grayscale: #AAAAAA. Windows color (decimal): -5267747 or 14524079. OLE color: 14524079.

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

Color convert

RGB 175 158 221 -
CMYK 0.21 0.29 0 0.13
HSL 256.19º 0.48% 0.74% -
HSV(B) 256.19º 0.29% 0.87% -
XYZ 42.96 38.79 73.63 -
YUV 170.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 175 158 221 0.21 0.29 0 0.13 256.19 0.48 0.74
Hex AF 9E DD 15 1D 0 D 100 30 4A
Octal 257 236 335 25 35 0 15 400 60 112
Binary 10101111 10011110 11011101 10101 11101 0 1101 100000000 110000 1001010

Color Harmonies of #AF9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EDD

Black with #AF9EDD

Text Example


Text Example

White with #AF9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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