Html Css Color HEX #A5ACF6 Perano

📋 copy color: '#A5ACF6'

red 165 ◦ green 172 ◦ blue 246

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

Shades of Perano #A5ACF6

Tints of Perano #A5ACF6

RGB

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

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

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

R = 28.3%
G = 29.5%
B = 42.2%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A5ACF6 (or 0xA5ACF6) is known color: Perano. HEX triplet: A5, AC and F6. RGB value is (165,172,246). Sum of RGB (Red+Green+Blue) = 165+172+246=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ACF6 is #5A5309. Grayscale: #B2B2B2. Windows color (decimal): -5919498 or 16166053. OLE color: 16166053.

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

Color convert

RGB 165 172 246 -
CMYK 0.33 0.30 0 0.04
HSL 234.81º 0.82% 0.81% -
HSV(B) 234.81º 0.33% 0.96% -
XYZ 46.9 44.16 93.24 -
YUV 178.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 165 172 246 0.33 0.30 0 0.04 234.81 0.82 0.81
Hex A5 AC F6 21 1E 0 4 EB 52 51
Octal 245 254 366 41 36 0 4 353 122 121
Binary 10100101 10101100 11110110 100001 11110 0 100 11101011 1010010 1010001

Color Harmonies of #A5ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ACF6

Black with #A5ACF6

Text Example


Text Example

White with #A5ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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