Html Css Color HEX #AC83EC Biloba Flower

📋 copy color: '#AC83EC'

red 172 ◦ green 131 ◦ blue 236

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

Shades of Biloba Flower #AC83EC

Tints of Biloba Flower #AC83EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 31.91%
G = 24.3%
B = 43.78%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC83EC (or 0xAC83EC) is known color: Biloba Flower. HEX triplet: AC, 83 and EC. RGB value is (172,131,236). Sum of RGB (Red+Green+Blue) = 172+131+236=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83EC is #537C13. Grayscale: #9A9A9A. Windows color (decimal): -5471252 or 15500204. OLE color: 15500204.

HSL color Cylindrical-coordinate representation of color #AC83EC: hue angle of 263.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC83EC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 131 236 -
CMYK 0.27 0.44 0 0.07
HSL 263.43º 0.73% 0.72% -
HSV(B) 263.43º 0.44% 0.93% -
XYZ 40.27 31.06 83.23 -
YUV 155.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 172 131 236 0.27 0.44 0 0.07 263.43 0.73 0.72
Hex AC 83 EC 1B 2C 0 7 107 49 48
Octal 254 203 354 33 54 0 7 407 111 110
Binary 10101100 10000011 11101100 11011 101100 0 111 100000111 1001001 1001000

Color Harmonies of #AC83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83EC

Black with #AC83EC

Text Example


Text Example

White with #AC83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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