Html Css Color HEX #ACB3DA Perano

📋 copy color: '#ACB3DA'

red 172 ◦ green 179 ◦ blue 218

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

Shades of Perano #ACB3DA

Tints of Perano #ACB3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 30.23%
G = 31.46%
B = 38.31%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB3DA (or 0xACB3DA) is known color: Perano. HEX triplet: AC, B3 and DA. RGB value is (172,179,218). Sum of RGB (Red+Green+Blue) = 172+179+218=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DA is #534C25. Grayscale: #B5B5B5. Windows color (decimal): -5458982 or 14332844. OLE color: 14332844.

HSL color Cylindrical-coordinate representation of color #ACB3DA: hue angle of 230.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB3DA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 179 218 -
CMYK 0.21 0.18 0 0.15
HSL 230.87º 0.38% 0.76% -
HSV(B) 230.87º 0.21% 0.85% -
XYZ 45.79 46.07 72.81 -
YUV 181.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 172 179 218 0.21 0.18 0 0.15 230.87 0.38 0.76
Hex AC B3 DA 15 12 0 F E7 26 4C
Octal 254 263 332 25 22 0 17 347 46 114
Binary 10101100 10110011 11011010 10101 10010 0 1111 11100111 100110 1001100

Color Harmonies of #ACB3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3DA

Black with #ACB3DA

Text Example


Text Example

White with #ACB3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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