Html Css Color HEX #AF96FA Biloba Flower

📋 copy color: '#AF96FA'

red 175 ◦ green 150 ◦ blue 250

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

Shades of Biloba Flower #AF96FA

Tints of Biloba Flower #AF96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 30.43%
G = 26.09%
B = 43.48%

CMYK

 C value IS 0.3

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF96FA (or 0xAF96FA) is known color: Biloba Flower. HEX triplet: AF, 96 and FA. RGB value is (175,150,250). Sum of RGB (Red+Green+Blue) = 175+150+250=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96FA is #506905. Grayscale: #A8A8A8. Windows color (decimal): -5269766 or 16422575. OLE color: 16422575.

HSL color Cylindrical-coordinate representation of color #AF96FA: hue angle of 255º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF96FA is Cyan = 0.3, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 150 250 -
CMYK 0.3 0.4 0 0.02
HSL 255º 0.91% 0.78% -
HSV(B) 255º 0.4% 0.98% -
XYZ 45.84 37.83 95.33 -
YUV 168.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 175 150 250 0.3 0.4 0 0.02 255 0.91 0.78
Hex AF 96 FA 1E 28 0 2 FF 5B 4E
Octal 257 226 372 36 50 0 2 377 133 116
Binary 10101111 10010110 11111010 11110 101000 0 10 11111111 1011011 1001110

Color Harmonies of #AF96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96FA

Black with #AF96FA

Text Example


Text Example

White with #AF96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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