Html Css Color HEX #AC8BE4 Biloba Flower

📋 copy color: '#AC8BE4'

red 172 ◦ green 139 ◦ blue 228

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

Shades of Biloba Flower #AC8BE4

Tints of Biloba Flower #AC8BE4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.79%

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 31.91%
G = 25.79%
B = 42.3%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC8BE4 (or 0xAC8BE4) is known color: Biloba Flower. HEX triplet: AC, 8B and E4. RGB value is (172,139,228). Sum of RGB (Red+Green+Blue) = 172+139+228=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC8BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BE4 is #53741B. Grayscale: #9E9E9E. Windows color (decimal): -5469212 or 14977964. OLE color: 14977964.

HSL color Cylindrical-coordinate representation of color #AC8BE4: hue angle of 262.25º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8BE4 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 139 228 -
CMYK 0.25 0.39 0 0.11
HSL 262.25º 0.62% 0.72% -
HSV(B) 262.25º 0.39% 0.89% -
XYZ 40.25 32.84 77.62 -
YUV 159.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 172 139 228 0.25 0.39 0 0.11 262.25 0.62 0.72
Hex AC 8B E4 19 27 0 B 106 3E 48
Octal 254 213 344 31 47 0 13 406 76 110
Binary 10101100 10001011 11100100 11001 100111 0 1011 100000110 111110 1001000

Color Harmonies of #AC8BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BE4

Black with #AC8BE4

Text Example


Text Example

White with #AC8BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BE4; }

 p { color: rgb(172,139,228); }

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

background-color css

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

 a { background-color: rgb(172,139,228); }

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

border-color css

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

 span { border-color: rgb(172,139,228); }

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