Html Css Color HEX #AF97DD Biloba Flower

📋 copy color: '#AF97DD'

red 175 ◦ green 151 ◦ blue 221

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

Shades of Biloba Flower #AF97DD

Tints of Biloba Flower #AF97DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.61%

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

R = 31.99%
G = 27.61%
B = 40.4%

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

#AF97DD (or 0xAF97DD) is known color: Biloba Flower. HEX triplet: AF, 97 and DD. RGB value is (175,151,221). Sum of RGB (Red+Green+Blue) = 175+151+221=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97DD is #506822. Grayscale: #A5A5A5. Windows color (decimal): -5269539 or 14522287. OLE color: 14522287.

HSL color Cylindrical-coordinate representation of color #AF97DD: hue angle of 260.57º 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 #AF97DD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 151 221 -
CMYK 0.21 0.32 0 0.13
HSL 260.57º 0.51% 0.73% -
HSV(B) 260.57º 0.32% 0.87% -
XYZ 41.8 36.47 73.24 -
YUV 166.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 175 151 221 0.21 0.32 0 0.13 260.57 0.51 0.73
Hex AF 97 DD 15 20 0 D 105 33 49
Octal 257 227 335 25 40 0 15 405 63 111
Binary 10101111 10010111 11011101 10101 100000 0 1101 100000101 110011 1001001

Color Harmonies of #AF97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97DD

Black with #AF97DD

Text Example


Text Example

White with #AF97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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