Html Css Color HEX #AF96D1 Biloba Flower

📋 copy color: '#AF96D1'

red 175 ◦ green 150 ◦ blue 209

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

Shades of Biloba Flower #AF96D1

Tints of Biloba Flower #AF96D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 32.77%
G = 28.09%
B = 39.14%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF96D1 (or 0xAF96D1) is known color: Biloba Flower. HEX triplet: AF, 96 and D1. RGB value is (175,150,209). Sum of RGB (Red+Green+Blue) = 175+150+209=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF96D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96D1 is #50692E. Grayscale: #A3A3A3. Windows color (decimal): -5269807 or 13735599. OLE color: 13735599.

HSL color Cylindrical-coordinate representation of color #AF96D1: hue angle of 265.42º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF96D1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 150 209 -
CMYK 0.16 0.28 0 0.18
HSL 265.42º 0.39% 0.7% -
HSV(B) 265.42º 0.28% 0.82% -
XYZ 40.09 35.53 65.07 -
YUV 164.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 175 150 209 0.16 0.28 0 0.18 265.42 0.39 0.7
Hex AF 96 D1 10 1C 0 12 109 27 46
Octal 257 226 321 20 34 0 22 411 47 106
Binary 10101111 10010110 11010001 10000 11100 0 10010 100001001 100111 1000110

Color Harmonies of #AF96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96D1

Black with #AF96D1

Text Example


Text Example

White with #AF96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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