Html Css Color HEX #AF9EED Biloba Flower

📋 copy color: '#AF9EED'

red 175 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #AF9EED

Tints of Biloba Flower #AF9EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 30.7%
G = 27.72%
B = 41.58%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9EED (or 0xAF9EED) is known color: Biloba Flower. HEX triplet: AF, 9E and ED. RGB value is (175,158,237). Sum of RGB (Red+Green+Blue) = 175+158+237=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EED is #506112. Grayscale: #ABABAB. Windows color (decimal): -5267731 or 15572655. OLE color: 15572655.

HSL color Cylindrical-coordinate representation of color #AF9EED: hue angle of 252.91º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9EED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 158 237 -
CMYK 0.26 0.33 0 0.07
HSL 252.91º 0.69% 0.77% -
HSV(B) 252.91º 0.33% 0.93% -
XYZ 45.19 39.68 85.4 -
YUV 172.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 175 158 237 0.26 0.33 0 0.07 252.91 0.69 0.77
Hex AF 9E ED 1A 21 0 7 FD 45 4D
Octal 257 236 355 32 41 0 7 375 105 115
Binary 10101111 10011110 11101101 11010 100001 0 111 11111101 1000101 1001101

Color Harmonies of #AF9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EED

Black with #AF9EED

Text Example


Text Example

White with #AF9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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