Html Css Color HEX #AF96FF Biloba Flower

📋 copy color: '#AF96FF'

red 175 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #AF96FF

Tints of Biloba Flower #AF96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 30.17%
G = 25.86%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF96FF (or 0xAF96FF) is known color: Biloba Flower. HEX triplet: AF, 96 and FF. RGB value is (175,150,255). Sum of RGB (Red+Green+Blue) = 175+150+255=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96FF is #506900. Grayscale: #A9A9A9. Windows color (decimal): -5269761 or 16750255. OLE color: 16750255.

HSL color Cylindrical-coordinate representation of color #AF96FF: hue angle of 254.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF96FF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 150 255 -
CMYK 0.31 0.41 0 0
HSL 254.29º 1% 0.79% -
HSV(B) 254.29º 0.41% 1% -
XYZ 46.64 38.15 99.51 -
YUV 169.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 175 150 255 0.31 0.41 0 0 254.29 1 0.79
Hex AF 96 FF 1F 29 0 0 FE 64 4F
Octal 257 226 377 37 51 0 0 376 144 117
Binary 10101111 10010110 11111111 11111 101001 0 0 11111110 1100100 1001111

Color Harmonies of #AF96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96FF

Black with #AF96FF

Text Example


Text Example

White with #AF96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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