Html Css Color HEX #AF9EC8 Biloba Flower

📋 copy color: '#AF9EC8'

red 175 ◦ green 158 ◦ blue 200

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

Shades of Biloba Flower #AF9EC8

Tints of Biloba Flower #AF9EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 32.83%
G = 29.64%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF9EC8 (or 0xAF9EC8) is known color: Biloba Flower. HEX triplet: AF, 9E and C8. RGB value is (175,158,200). Sum of RGB (Red+Green+Blue) = 175+158+200=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF9EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EC8 is #506137. Grayscale: #A7A7A7. Windows color (decimal): -5267768 or 13147823. OLE color: 13147823.

HSL color Cylindrical-coordinate representation of color #AF9EC8: hue angle of 264.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9EC8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 158 200 -
CMYK 0.12 0.21 0 0.22
HSL 264.29º 0.28% 0.7% -
HSV(B) 264.29º 0.21% 0.78% -
XYZ 40.33 37.74 59.8 -
YUV 167.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 175 158 200 0.12 0.21 0 0.22 264.29 0.28 0.7
Hex AF 9E C8 C 15 0 16 108 1C 46
Octal 257 236 310 14 25 0 26 410 34 106
Binary 10101111 10011110 11001000 1100 10101 0 10110 100001000 11100 1000110

Color Harmonies of #AF9EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EC8

Black with #AF9EC8

Text Example


Text Example

White with #AF9EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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