Html Css Color HEX #AC89FF Biloba Flower

📋 copy color: '#AC89FF'

red 172 ◦ green 137 ◦ blue 255

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

Shades of Biloba Flower #AC89FF

Tints of Biloba Flower #AC89FF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.29%

 BLUE value IS 255 (100% from 255) = 45.21%

R = 30.5%
G = 24.29%
B = 45.21%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC89FF (or 0xAC89FF) is known color: Biloba Flower. HEX triplet: AC, 89 and FF. RGB value is (172,137,255). Sum of RGB (Red+Green+Blue) = 172+137+255=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89FF is #537600. Grayscale: #A0A0A0. Windows color (decimal): -5469697 or 16746924. OLE color: 16746924.

HSL color Cylindrical-coordinate representation of color #AC89FF: hue angle of 257.8º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC89FF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 137 255 -
CMYK 0.33 0.46 0 0
HSL 257.8º 1% 0.77% -
HSV(B) 257.8º 0.46% 1% -
XYZ 44.01 33.88 98.83 -
YUV 160.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 172 137 255 0.33 0.46 0 0 257.8 1 0.77
Hex AC 89 FF 21 2E 0 0 102 64 4D
Octal 254 211 377 41 56 0 0 402 144 115
Binary 10101100 10001001 11111111 100001 101110 0 0 100000010 1100100 1001101

Color Harmonies of #AC89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89FF

Black with #AC89FF

Text Example


Text Example

White with #AC89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89FF; }

 p { color: rgb(172,137,255); }

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

background-color css

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

 a { background-color: rgb(172,137,255); }

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

border-color css

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

 span { border-color: rgb(172,137,255); }

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