Html Css Color HEX #A5ACF9 Perano

📋 copy color: '#A5ACF9'

red 165 ◦ green 172 ◦ blue 249

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

Shades of Perano #A5ACF9

Tints of Perano #A5ACF9

RGB

 RED value IS 165 (64.84% from 255) = 28.16%

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 28.16%
G = 29.35%
B = 42.49%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5ACF9 (or 0xA5ACF9) is known color: Perano. HEX triplet: A5, AC and F9. RGB value is (165,172,249). Sum of RGB (Red+Green+Blue) = 165+172+249=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ACF9 is #5A5306. Grayscale: #B2B2B2. Windows color (decimal): -5919495 or 16362661. OLE color: 16362661.

HSL color Cylindrical-coordinate representation of color #A5ACF9: hue angle of 235º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5ACF9 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 172 249 -
CMYK 0.34 0.31 0 0.02
HSL 235º 0.88% 0.81% -
HSV(B) 235º 0.34% 0.98% -
XYZ 47.37 44.34 95.69 -
YUV 178.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 165 172 249 0.34 0.31 0 0.02 235 0.88 0.81
Hex A5 AC F9 22 1F 0 2 EB 58 51
Octal 245 254 371 42 37 0 2 353 130 121
Binary 10100101 10101100 11111001 100010 11111 0 10 11101011 1011000 1010001

Color Harmonies of #A5ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ACF9

Black with #A5ACF9

Text Example


Text Example

White with #A5ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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