Html Css Color HEX #ACADF6 Perano

📋 copy color: '#ACADF6'

red 172 ◦ green 173 ◦ blue 246

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

Shades of Perano #ACADF6

Tints of Perano #ACADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.27%

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 29.1%
G = 29.27%
B = 41.62%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACADF6 (or 0xACADF6) is known color: Perano. HEX triplet: AC, AD and F6. RGB value is (172,173,246). Sum of RGB (Red+Green+Blue) = 172+173+246=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF6 is #535209. Grayscale: #B4B4B4. Windows color (decimal): -5460490 or 16166316. OLE color: 16166316.

HSL color Cylindrical-coordinate representation of color #ACADF6: hue angle of 239.19º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACADF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 173 246 -
CMYK 0.30 0.30 0 0.04
HSL 239.19º 0.8% 0.82% -
HSV(B) 239.19º 0.3% 0.96% -
XYZ 48.59 45.31 93.37 -
YUV 181.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 172 173 246 0.30 0.30 0 0.04 239.19 0.8 0.82
Hex AC AD F6 1E 1E 0 4 EF 50 52
Octal 254 255 366 36 36 0 4 357 120 122
Binary 10101100 10101101 11110110 11110 11110 0 100 11101111 1010000 1010010

Color Harmonies of #ACADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADF6

Black with #ACADF6

Text Example


Text Example

White with #ACADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADF6; }

 p { color: rgb(172,173,246); }

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

background-color css

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

 a { background-color: rgb(172,173,246); }

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

border-color css

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

 span { border-color: rgb(172,173,246); }

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