Html Css Color HEX #ACA5F1 Perano

📋 copy color: '#ACA5F1'

red 172 ◦ green 165 ◦ blue 241

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

Shades of Perano #ACA5F1

Tints of Perano #ACA5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.55%

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

R = 29.76%
G = 28.55%
B = 41.7%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACA5F1 (or 0xACA5F1) is known color: Perano. HEX triplet: AC, A5 and F1. RGB value is (172,165,241). Sum of RGB (Red+Green+Blue) = 172+165+241=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACA5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA5F1 is #535A0E. Grayscale: #AFAFAF. Windows color (decimal): -5462543 or 15836588. OLE color: 15836588.

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

Color convert

RGB 172 165 241 -
CMYK 0.29 0.32 0 0.05
HSL 245.53º 0.73% 0.8% -
HSV(B) 245.53º 0.32% 0.95% -
XYZ 46.35 42.03 88.89 -
YUV 175.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 172 165 241 0.29 0.32 0 0.05 245.53 0.73 0.8
Hex AC A5 F1 1D 20 0 5 F6 49 50
Octal 254 245 361 35 40 0 5 366 111 120
Binary 10101100 10100101 11110001 11101 100000 0 101 11110110 1001001 1010000

Color Harmonies of #ACA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA5F1

Black with #ACA5F1

Text Example


Text Example

White with #ACA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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