Html Css Color HEX #A5A3F6 Perano

📋 copy color: '#A5A3F6'

red 165 ◦ green 163 ◦ blue 246

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

Shades of Perano #A5A3F6

Tints of Perano #A5A3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.4%

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

R = 28.75%
G = 28.4%
B = 42.86%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A5A3F6 (or 0xA5A3F6) is known color: Perano. HEX triplet: A5, A3 and F6. RGB value is (165,163,246). Sum of RGB (Red+Green+Blue) = 165+163+246=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5A3F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3F6 is #5A5C09. Grayscale: #ACACAC. Windows color (decimal): -5921802 or 16163749. OLE color: 16163749.

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

Color convert

RGB 165 163 246 -
CMYK 0.33 0.34 0 0.04
HSL 241.45º 0.82% 0.8% -
HSV(B) 241.45º 0.34% 0.96% -
XYZ 45.25 40.85 92.69 -
YUV 173.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 165 163 246 0.33 0.34 0 0.04 241.45 0.82 0.8
Hex A5 A3 F6 21 22 0 4 F1 52 50
Octal 245 243 366 41 42 0 4 361 122 120
Binary 10100101 10100011 11110110 100001 100010 0 100 11110001 1010010 1010000

Color Harmonies of #A5A3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3F6

Black with #A5A3F6

Text Example


Text Example

White with #A5A3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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