Html Css Color HEX #AF96CF Biloba Flower

📋 copy color: '#AF96CF'

red 175 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #AF96CF

Tints of Biloba Flower #AF96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 32.89%
G = 28.2%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF96CF (or 0xAF96CF) is known color: Biloba Flower. HEX triplet: AF, 96 and CF. RGB value is (175,150,207). Sum of RGB (Red+Green+Blue) = 175+150+207=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CF is #506930. Grayscale: #A3A3A3. Windows color (decimal): -5269809 or 13604527. OLE color: 13604527.

HSL color Cylindrical-coordinate representation of color #AF96CF: hue angle of 266.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF96CF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 150 207 -
CMYK 0.15 0.28 0 0.19
HSL 266.32º 0.37% 0.7% -
HSV(B) 266.32º 0.28% 0.81% -
XYZ 39.85 35.43 63.77 -
YUV 163.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 175 150 207 0.15 0.28 0 0.19 266.32 0.37 0.7
Hex AF 96 CF F 1C 0 13 10A 25 46
Octal 257 226 317 17 34 0 23 412 45 106
Binary 10101111 10010110 11001111 1111 11100 0 10011 100001010 100101 1000110

Color Harmonies of #AF96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96CF

Black with #AF96CF

Text Example


Text Example

White with #AF96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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