Html Css Color HEX #A5A3F1 Perano

📋 copy color: '#A5A3F1'

red 165 ◦ green 163 ◦ blue 241

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

Shades of Perano #A5A3F1

Tints of Perano #A5A3F1

RGB

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

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

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

R = 29%
G = 28.65%
B = 42.36%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A5A3F1 (or 0xA5A3F1) is known color: Perano. HEX triplet: A5, A3 and F1. RGB value is (165,163,241). Sum of RGB (Red+Green+Blue) = 165+163+241=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5A3F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3F1 is #5A5C0E. Grayscale: #ACACAC. Windows color (decimal): -5921807 or 15836069. OLE color: 15836069.

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

Color convert

RGB 165 163 241 -
CMYK 0.32 0.32 0 0.05
HSL 241.54º 0.74% 0.79% -
HSV(B) 241.54º 0.32% 0.95% -
XYZ 44.49 40.54 88.7 -
YUV 172.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 165 163 241 0.32 0.32 0 0.05 241.54 0.74 0.79
Hex A5 A3 F1 20 20 0 5 F2 4A 4F
Octal 245 243 361 40 40 0 5 362 112 117
Binary 10100101 10100011 11110001 100000 100000 0 101 11110010 1001010 1001111

Color Harmonies of #A5A3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3F1

Black with #A5A3F1

Text Example


Text Example

White with #A5A3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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