Html Css Color HEX #AC95E2 Biloba Flower

📋 copy color: '#AC95E2'

red 172 ◦ green 149 ◦ blue 226

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

Shades of Biloba Flower #AC95E2

Tints of Biloba Flower #AC95E2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 226 (88.67% from 255) = 41.32%

R = 31.44%
G = 27.24%
B = 41.32%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC95E2 (or 0xAC95E2) is known color: Biloba Flower. HEX triplet: AC, 95 and E2. RGB value is (172,149,226). Sum of RGB (Red+Green+Blue) = 172+149+226=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC95E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95E2 is #536A1D. Grayscale: #A4A4A4. Windows color (decimal): -5466654 or 14849452. OLE color: 14849452.

HSL color Cylindrical-coordinate representation of color #AC95E2: hue angle of 257.92º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC95E2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 149 226 -
CMYK 0.24 0.34 0 0.11
HSL 257.92º 0.57% 0.74% -
HSV(B) 257.92º 0.34% 0.89% -
XYZ 41.49 35.76 76.67 -
YUV 164.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 172 149 226 0.24 0.34 0 0.11 257.92 0.57 0.74
Hex AC 95 E2 18 22 0 B 102 39 4A
Octal 254 225 342 30 42 0 13 402 71 112
Binary 10101100 10010101 11100010 11000 100010 0 1011 100000010 111001 1001010

Color Harmonies of #AC95E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95E2

Black with #AC95E2

Text Example


Text Example

White with #AC95E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95E2; }

 p { color: rgb(172,149,226); }

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

background-color css

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

 a { background-color: rgb(172,149,226); }

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

border-color css

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

 span { border-color: rgb(172,149,226); }

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