Html Css Color HEX #AF96F2 Biloba Flower

📋 copy color: '#AF96F2'

red 175 ◦ green 150 ◦ blue 242

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

Shades of Biloba Flower #AF96F2

Tints of Biloba Flower #AF96F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 30.86%
G = 26.46%
B = 42.68%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF96F2 (or 0xAF96F2) is known color: Biloba Flower. HEX triplet: AF, 96 and F2. RGB value is (175,150,242). Sum of RGB (Red+Green+Blue) = 175+150+242=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF96F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96F2 is #50690D. Grayscale: #A7A7A7. Windows color (decimal): -5269774 or 15898287. OLE color: 15898287.

HSL color Cylindrical-coordinate representation of color #AF96F2: hue angle of 256.3º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF96F2 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 150 242 -
CMYK 0.28 0.38 0 0.05
HSL 256.3º 0.78% 0.77% -
HSV(B) 256.3º 0.38% 0.95% -
XYZ 44.61 37.34 88.86 -
YUV 167.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 175 150 242 0.28 0.38 0 0.05 256.3 0.78 0.77
Hex AF 96 F2 1C 26 0 5 100 4E 4D
Octal 257 226 362 34 46 0 5 400 116 115
Binary 10101111 10010110 11110010 11100 100110 0 101 100000000 1001110 1001101

Color Harmonies of #AF96F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96F2

Black with #AF96F2

Text Example


Text Example

White with #AF96F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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