Html Css Color HEX #AC83F0 Biloba Flower

📋 copy color: '#AC83F0'

red 172 ◦ green 131 ◦ blue 240

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

Shades of Biloba Flower #AC83F0

Tints of Biloba Flower #AC83F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 31.68%
G = 24.13%
B = 44.2%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC83F0 (or 0xAC83F0) is known color: Biloba Flower. HEX triplet: AC, 83 and F0. RGB value is (172,131,240). Sum of RGB (Red+Green+Blue) = 172+131+240=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC83F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83F0 is #537C0F. Grayscale: #9B9B9B. Windows color (decimal): -5471248 or 15762348. OLE color: 15762348.

HSL color Cylindrical-coordinate representation of color #AC83F0: hue angle of 262.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC83F0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 131 240 -
CMYK 0.28 0.45 0 0.06
HSL 262.57º 0.78% 0.73% -
HSV(B) 262.57º 0.45% 0.94% -
XYZ 40.86 31.29 86.33 -
YUV 155.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 172 131 240 0.28 0.45 0 0.06 262.57 0.78 0.73
Hex AC 83 F0 1C 2D 0 6 107 4E 49
Octal 254 203 360 34 55 0 6 407 116 111
Binary 10101100 10000011 11110000 11100 101101 0 110 100000111 1001110 1001001

Color Harmonies of #AC83F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83F0

Black with #AC83F0

Text Example


Text Example

White with #AC83F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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