Html Css Color HEX #AC97DA Biloba Flower

📋 copy color: '#AC97DA'

red 172 ◦ green 151 ◦ blue 218

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

Shades of Biloba Flower #AC97DA

Tints of Biloba Flower #AC97DA

RGB

 RED value IS 172 (67.58% from 255) = 31.79%

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 31.79%
G = 27.91%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC97DA (or 0xAC97DA) is known color: Biloba Flower. HEX triplet: AC, 97 and DA. RGB value is (172,151,218). Sum of RGB (Red+Green+Blue) = 172+151+218=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97DA is #536825. Grayscale: #A4A4A4. Windows color (decimal): -5466150 or 14325676. OLE color: 14325676.

HSL color Cylindrical-coordinate representation of color #AC97DA: hue angle of 258.81º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC97DA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 151 218 -
CMYK 0.21 0.31 0 0.15
HSL 258.81º 0.48% 0.72% -
HSV(B) 258.81º 0.31% 0.85% -
XYZ 40.73 35.97 71.12 -
YUV 164.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 172 151 218 0.21 0.31 0 0.15 258.81 0.48 0.72
Hex AC 97 DA 15 1F 0 F 103 30 48
Octal 254 227 332 25 37 0 17 403 60 110
Binary 10101100 10010111 11011010 10101 11111 0 1111 100000011 110000 1001000

Color Harmonies of #AC97DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97DA

Black with #AC97DA

Text Example


Text Example

White with #AC97DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97DA; }

 p { color: rgb(172,151,218); }

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

background-color css

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

 a { background-color: rgb(172,151,218); }

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

border-color css

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

 span { border-color: rgb(172,151,218); }

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