Html Css Color HEX #AF96ED Biloba Flower

📋 copy color: '#AF96ED'

red 175 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #AF96ED

Tints of Biloba Flower #AF96ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.69%

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

R = 31.14%
G = 26.69%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF96ED (or 0xAF96ED) is known color: Biloba Flower. HEX triplet: AF, 96 and ED. RGB value is (175,150,237). Sum of RGB (Red+Green+Blue) = 175+150+237=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96ED is #506912. Grayscale: #A7A7A7. Windows color (decimal): -5269779 or 15570607. OLE color: 15570607.

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

Color convert

RGB 175 150 237 -
CMYK 0.26 0.37 0 0.07
HSL 257.24º 0.71% 0.76% -
HSV(B) 257.24º 0.37% 0.93% -
XYZ 43.87 37.04 84.96 -
YUV 167.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 175 150 237 0.26 0.37 0 0.07 257.24 0.71 0.76
Hex AF 96 ED 1A 25 0 7 101 47 4C
Octal 257 226 355 32 45 0 7 401 107 114
Binary 10101111 10010110 11101101 11010 100101 0 111 100000001 1000111 1001100

Color Harmonies of #AF96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96ED

Black with #AF96ED

Text Example


Text Example

White with #AF96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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