Html Css Color HEX #AF9ECD Biloba Flower

📋 copy color: '#AF9ECD'

red 175 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #AF9ECD

Tints of Biloba Flower #AF9ECD

RGB

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

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

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

R = 32.53%
G = 29.37%
B = 38.1%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF9ECD (or 0xAF9ECD) is known color: Biloba Flower. HEX triplet: AF, 9E and CD. RGB value is (175,158,205). Sum of RGB (Red+Green+Blue) = 175+158+205=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ECD is #506132. Grayscale: #A8A8A8. Windows color (decimal): -5267763 or 13475503. OLE color: 13475503.

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

Color convert

RGB 175 158 205 -
CMYK 0.15 0.23 0 0.20
HSL 261.7º 0.32% 0.71% -
HSV(B) 261.7º 0.23% 0.8% -
XYZ 40.93 37.98 62.93 -
YUV 168.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 175 158 205 0.15 0.23 0 0.20 261.7 0.32 0.71
Hex AF 9E CD F 17 0 14 106 20 47
Octal 257 236 315 17 27 0 24 406 40 107
Binary 10101111 10011110 11001101 1111 10111 0 10100 100000110 100000 1000111

Color Harmonies of #AF9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ECD

Black with #AF9ECD

Text Example


Text Example

White with #AF9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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