Html Css Color HEX #AF96DD Biloba Flower

📋 copy color: '#AF96DD'

red 175 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #AF96DD

Tints of Biloba Flower #AF96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 32.05%
G = 27.47%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF96DD (or 0xAF96DD) is known color: Biloba Flower. HEX triplet: AF, 96 and DD. RGB value is (175,150,221). Sum of RGB (Red+Green+Blue) = 175+150+221=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96DD is #506922. Grayscale: #A5A5A5. Windows color (decimal): -5269795 or 14522031. OLE color: 14522031.

HSL color Cylindrical-coordinate representation of color #AF96DD: hue angle of 261.13º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF96DD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 150 221 -
CMYK 0.21 0.32 0 0.13
HSL 261.13º 0.51% 0.73% -
HSV(B) 261.13º 0.32% 0.87% -
XYZ 41.64 36.15 73.19 -
YUV 165.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 175 150 221 0.21 0.32 0 0.13 261.13 0.51 0.73
Hex AF 96 DD 15 20 0 D 105 33 49
Octal 257 226 335 25 40 0 15 405 63 111
Binary 10101111 10010110 11011101 10101 100000 0 1101 100000101 110011 1001001

Color Harmonies of #AF96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96DD

Black with #AF96DD

Text Example


Text Example

White with #AF96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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