Html Css Color HEX #AF9ED2 Biloba Flower

📋 copy color: '#AF9ED2'

red 175 ◦ green 158 ◦ blue 210

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

Shades of Biloba Flower #AF9ED2

Tints of Biloba Flower #AF9ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 32.23%
G = 29.1%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF9ED2 (or 0xAF9ED2) is known color: Biloba Flower. HEX triplet: AF, 9E and D2. RGB value is (175,158,210). Sum of RGB (Red+Green+Blue) = 175+158+210=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ED2 is #50612D. Grayscale: #A8A8A8. Windows color (decimal): -5267758 or 13803183. OLE color: 13803183.

HSL color Cylindrical-coordinate representation of color #AF9ED2: hue angle of 259.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9ED2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 158 210 -
CMYK 0.17 0.25 0 0.18
HSL 259.62º 0.37% 0.72% -
HSV(B) 259.62º 0.25% 0.82% -
XYZ 41.54 38.22 66.16 -
YUV 169.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 175 158 210 0.17 0.25 0 0.18 259.62 0.37 0.72
Hex AF 9E D2 11 19 0 12 104 25 48
Octal 257 236 322 21 31 0 22 404 45 110
Binary 10101111 10011110 11010010 10001 11001 0 10010 100000100 100101 1001000

Color Harmonies of #AF9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ED2

Black with #AF9ED2

Text Example


Text Example

White with #AF9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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