Html Css Color HEX #AC83E5 Biloba Flower

📋 copy color: '#AC83E5'

red 172 ◦ green 131 ◦ blue 229

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

Shades of Biloba Flower #AC83E5

Tints of Biloba Flower #AC83E5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.62%

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

R = 32.33%
G = 24.62%
B = 43.05%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC83E5 (or 0xAC83E5) is known color: Biloba Flower. HEX triplet: AC, 83 and E5. RGB value is (172,131,229). Sum of RGB (Red+Green+Blue) = 172+131+229=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC83E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83E5 is #537C1A. Grayscale: #9A9A9A. Windows color (decimal): -5471259 or 15041452. OLE color: 15041452.

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

Color convert

RGB 172 131 229 -
CMYK 0.25 0.43 0 0.10
HSL 265.1º 0.65% 0.71% -
HSV(B) 265.1º 0.43% 0.9% -
XYZ 39.27 30.66 77.98 -
YUV 154.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 172 131 229 0.25 0.43 0 0.10 265.1 0.65 0.71
Hex AC 83 E5 19 2B 0 A 109 41 47
Octal 254 203 345 31 53 0 12 411 101 107
Binary 10101100 10000011 11100101 11001 101011 0 1010 100001001 1000001 1000111

Color Harmonies of #AC83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83E5

Black with #AC83E5

Text Example


Text Example

White with #AC83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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