Html Css Color HEX #AC83D4 Biloba Flower

📋 copy color: '#AC83D4'

red 172 ◦ green 131 ◦ blue 212

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

Shades of Biloba Flower #AC83D4

Tints of Biloba Flower #AC83D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 33.4%
G = 25.44%
B = 41.17%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC83D4 (or 0xAC83D4) is known color: Biloba Flower. HEX triplet: AC, 83 and D4. RGB value is (172,131,212). Sum of RGB (Red+Green+Blue) = 172+131+212=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC83D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83D4 is #537C2B. Grayscale: #989898. Windows color (decimal): -5471276 or 13927340. OLE color: 13927340.

HSL color Cylindrical-coordinate representation of color #AC83D4: hue angle of 270.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC83D4 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 131 212 -
CMYK 0.19 0.38 0 0.17
HSL 270.37º 0.49% 0.67% -
HSV(B) 270.37º 0.38% 0.83% -
XYZ 37.01 29.76 66.08 -
YUV 152.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 172 131 212 0.19 0.38 0 0.17 270.37 0.49 0.67
Hex AC 83 D4 13 26 0 11 10E 31 43
Octal 254 203 324 23 46 0 21 416 61 103
Binary 10101100 10000011 11010100 10011 100110 0 10001 100001110 110001 1000011

Color Harmonies of #AC83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83D4

Black with #AC83D4

Text Example


Text Example

White with #AC83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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