Html Css Color HEX #AF9ED3 Biloba Flower

📋 copy color: '#AF9ED3'

red 175 ◦ green 158 ◦ blue 211

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

Shades of Biloba Flower #AF9ED3

Tints of Biloba Flower #AF9ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 32.17%
G = 29.04%
B = 38.79%

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

#AF9ED3 (or 0xAF9ED3) is known color: Biloba Flower. HEX triplet: AF, 9E and D3. RGB value is (175,158,211). Sum of RGB (Red+Green+Blue) = 175+158+211=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF9ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ED3 is #50612C. Grayscale: #A8A8A8. Windows color (decimal): -5267757 or 13868719. OLE color: 13868719.

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

Color convert

RGB 175 158 211 -
CMYK 0.17 0.25 0 0.17
HSL 259.25º 0.38% 0.72% -
HSV(B) 259.25º 0.25% 0.83% -
XYZ 41.66 38.27 66.82 -
YUV 169.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 175 158 211 0.17 0.25 0 0.17 259.25 0.38 0.72
Hex AF 9E D3 11 19 0 11 103 26 48
Octal 257 236 323 21 31 0 21 403 46 110
Binary 10101111 10011110 11010011 10001 11001 0 10001 100000011 100110 1001000

Color Harmonies of #AF9ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ED3

Black with #AF9ED3

Text Example


Text Example

White with #AF9ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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