Html Css Color HEX #AF96E5 Biloba Flower

📋 copy color: '#AF96E5'

red 175 ◦ green 150 ◦ blue 229

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

Shades of Biloba Flower #AF96E5

Tints of Biloba Flower #AF96E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 31.59%
G = 27.08%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF96E5 (or 0xAF96E5) is known color: Biloba Flower. HEX triplet: AF, 96 and E5. RGB value is (175,150,229). Sum of RGB (Red+Green+Blue) = 175+150+229=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96E5 is #50691A. Grayscale: #A6A6A6. Windows color (decimal): -5269787 or 15046319. OLE color: 15046319.

HSL color Cylindrical-coordinate representation of color #AF96E5: hue angle of 258.99º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF96E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 150 229 -
CMYK 0.24 0.34 0 0.10
HSL 258.99º 0.6% 0.74% -
HSV(B) 258.99º 0.34% 0.9% -
XYZ 42.73 36.58 78.94 -
YUV 166.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 175 150 229 0.24 0.34 0 0.10 258.99 0.6 0.74
Hex AF 96 E5 18 22 0 A 103 3C 4A
Octal 257 226 345 30 42 0 12 403 74 112
Binary 10101111 10010110 11100101 11000 100010 0 1010 100000011 111100 1001010

Color Harmonies of #AF96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96E5

Black with #AF96E5

Text Example


Text Example

White with #AF96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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