Html Css Color HEX #AC91E5 Biloba Flower

📋 copy color: '#AC91E5'

red 172 ◦ green 145 ◦ blue 229

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

Shades of Biloba Flower #AC91E5

Tints of Biloba Flower #AC91E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.56%

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 31.5%
G = 26.56%
B = 41.94%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC91E5 (or 0xAC91E5) is known color: Biloba Flower. HEX triplet: AC, 91 and E5. RGB value is (172,145,229). Sum of RGB (Red+Green+Blue) = 172+145+229=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91E5 is #536E1A. Grayscale: #A2A2A2. Windows color (decimal): -5467675 or 15045036. OLE color: 15045036.

HSL color Cylindrical-coordinate representation of color #AC91E5: hue angle of 259.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC91E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 145 229 -
CMYK 0.25 0.37 0 0.10
HSL 259.29º 0.62% 0.73% -
HSV(B) 259.29º 0.37% 0.9% -
XYZ 41.28 34.68 78.65 -
YUV 162.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 172 145 229 0.25 0.37 0 0.10 259.29 0.62 0.73
Hex AC 91 E5 19 25 0 A 103 3E 49
Octal 254 221 345 31 45 0 12 403 76 111
Binary 10101100 10010001 11100101 11001 100101 0 1010 100000011 111110 1001001

Color Harmonies of #AC91E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91E5

Black with #AC91E5

Text Example


Text Example

White with #AC91E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91E5; }

 p { color: rgb(172,145,229); }

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

background-color css

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

 a { background-color: rgb(172,145,229); }

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

border-color css

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

 span { border-color: rgb(172,145,229); }

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