Html Css Color HEX #AF9ECB Biloba Flower

📋 copy color: '#AF9ECB'

red 175 ◦ green 158 ◦ blue 203

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

Shades of Biloba Flower #AF9ECB

Tints of Biloba Flower #AF9ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 32.65%
G = 29.48%
B = 37.87%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF9ECB (or 0xAF9ECB) is known color: Biloba Flower. HEX triplet: AF, 9E and CB. RGB value is (175,158,203). Sum of RGB (Red+Green+Blue) = 175+158+203=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ECB is #506134. Grayscale: #A8A8A8. Windows color (decimal): -5267765 or 13344431. OLE color: 13344431.

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

Color convert

RGB 175 158 203 -
CMYK 0.14 0.22 0 0.20
HSL 262.67º 0.3% 0.71% -
HSV(B) 262.67º 0.22% 0.8% -
XYZ 40.69 37.88 61.67 -
YUV 168.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 175 158 203 0.14 0.22 0 0.20 262.67 0.3 0.71
Hex AF 9E CB E 16 0 14 107 1E 47
Octal 257 236 313 16 26 0 24 407 36 107
Binary 10101111 10011110 11001011 1110 10110 0 10100 100000111 11110 1000111

Color Harmonies of #AF9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ECB

Black with #AF9ECB

Text Example


Text Example

White with #AF9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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