Html Css Color HEX #ACB3DD Perano

📋 copy color: '#ACB3DD'

red 172 ◦ green 179 ◦ blue 221

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

Shades of Perano #ACB3DD

Tints of Perano #ACB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.29%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 30.07%
G = 31.29%
B = 38.64%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB3DD (or 0xACB3DD) is known color: Perano. HEX triplet: AC, B3 and DD. RGB value is (172,179,221). Sum of RGB (Red+Green+Blue) = 172+179+221=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DD is #534C22. Grayscale: #B5B5B5. Windows color (decimal): -5458979 or 14529452. OLE color: 14529452.

HSL color Cylindrical-coordinate representation of color #ACB3DD: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB3DD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 179 221 -
CMYK 0.22 0.19 0 0.13
HSL 231.43º 0.42% 0.77% -
HSV(B) 231.43º 0.22% 0.87% -
XYZ 46.18 46.23 74.9 -
YUV 181.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 172 179 221 0.22 0.19 0 0.13 231.43 0.42 0.77
Hex AC B3 DD 16 13 0 D E7 2A 4D
Octal 254 263 335 26 23 0 15 347 52 115
Binary 10101100 10110011 11011101 10110 10011 0 1101 11100111 101010 1001101

Color Harmonies of #ACB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3DD

Black with #ACB3DD

Text Example


Text Example

White with #ACB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3DD; }

 p { color: rgb(172,179,221); }

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

background-color css

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

 a { background-color: rgb(172,179,221); }

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

border-color css

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

 span { border-color: rgb(172,179,221); }

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