Html Css Color HEX #AF9ED4 Biloba Flower

📋 copy color: '#AF9ED4'

red 175 ◦ green 158 ◦ blue 212

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

Shades of Biloba Flower #AF9ED4

Tints of Biloba Flower #AF9ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 32.11%
G = 28.99%
B = 38.9%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF9ED4 (or 0xAF9ED4) is known color: Biloba Flower. HEX triplet: AF, 9E and D4. RGB value is (175,158,212). Sum of RGB (Red+Green+Blue) = 175+158+212=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ED4 is #50612B. Grayscale: #A9A9A9. Windows color (decimal): -5267756 or 13934255. OLE color: 13934255.

HSL color Cylindrical-coordinate representation of color #AF9ED4: hue angle of 258.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9ED4 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 158 212 -
CMYK 0.17 0.25 0 0.17
HSL 258.89º 0.39% 0.73% -
HSV(B) 258.89º 0.25% 0.83% -
XYZ 41.79 38.32 67.48 -
YUV 169.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 175 158 212 0.17 0.25 0 0.17 258.89 0.39 0.73
Hex AF 9E D4 11 19 0 11 103 27 49
Octal 257 236 324 21 31 0 21 403 47 111
Binary 10101111 10011110 11010100 10001 11001 0 10001 100000011 100111 1001001

Color Harmonies of #AF9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ED4

Black with #AF9ED4

Text Example


Text Example

White with #AF9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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