Html Css Color HEX #A5A3FA Perano

📋 copy color: '#A5A3FA'

red 165 ◦ green 163 ◦ blue 250

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

Shades of Perano #A5A3FA

Tints of Perano #A5A3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 28.55%
G = 28.2%
B = 43.25%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5A3FA (or 0xA5A3FA) is known color: Perano. HEX triplet: A5, A3 and FA. RGB value is (165,163,250). Sum of RGB (Red+Green+Blue) = 165+163+250=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3FA is #5A5C05. Grayscale: #ADADAD. Windows color (decimal): -5921798 or 16425893. OLE color: 16425893.

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

Color convert

RGB 165 163 250 -
CMYK 0.34 0.35 0 0.02
HSL 241.38º 0.9% 0.81% -
HSV(B) 241.38º 0.35% 0.98% -
XYZ 45.87 41.1 95.96 -
YUV 173.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 165 163 250 0.34 0.35 0 0.02 241.38 0.9 0.81
Hex A5 A3 FA 22 23 0 2 F1 5A 51
Octal 245 243 372 42 43 0 2 361 132 121
Binary 10100101 10100011 11111010 100010 100011 0 10 11110001 1011010 1010001

Color Harmonies of #A5A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3FA

Black with #A5A3FA

Text Example


Text Example

White with #A5A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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