Html Css Color HEX #ACA6F1 Perano

📋 copy color: '#ACA6F1'

red 172 ◦ green 166 ◦ blue 241

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

Shades of Perano #ACA6F1

Tints of Perano #ACA6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.67%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 29.71%
G = 28.67%
B = 41.62%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACA6F1 (or 0xACA6F1) is known color: Perano. HEX triplet: AC, A6 and F1. RGB value is (172,166,241). Sum of RGB (Red+Green+Blue) = 172+166+241=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACA6F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA6F1 is #53590E. Grayscale: #B0B0B0. Windows color (decimal): -5462287 or 15836844. OLE color: 15836844.

HSL color Cylindrical-coordinate representation of color #ACA6F1: hue angle of 244.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA6F1 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 166 241 -
CMYK 0.29 0.31 0 0.05
HSL 244.8º 0.73% 0.8% -
HSV(B) 244.8º 0.31% 0.95% -
XYZ 46.53 42.39 88.95 -
YUV 176.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 172 166 241 0.29 0.31 0 0.05 244.8 0.73 0.8
Hex AC A6 F1 1D 1F 0 5 F5 49 50
Octal 254 246 361 35 37 0 5 365 111 120
Binary 10101100 10100110 11110001 11101 11111 0 101 11110101 1001001 1010000

Color Harmonies of #ACA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA6F1

Black with #ACA6F1

Text Example


Text Example

White with #ACA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA6F1; }

 p { color: rgb(172,166,241); }

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

background-color css

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

 a { background-color: rgb(172,166,241); }

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

border-color css

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

 span { border-color: rgb(172,166,241); }

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