Html Css Color HEX #A35AFF Light Slate Blue

📋 copy color: '#A35AFF'

red 163 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #A35AFF

Tints of Light Slate Blue #A35AFF

RGB

 RED value IS 163 (64.06% from 255) = 32.09%

 GREEN value IS 90 (35.55% from 255) = 17.72%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 32.09%
G = 17.72%
B = 50.2%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A35AFF (or 0xA35AFF) is known color: Light Slate Blue. HEX triplet: A3, 5A and FF. RGB value is (163,90,255). Sum of RGB (Red+Green+Blue) = 163+90+255=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A35AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35AFF is #5CA500. Grayscale: #828282. Windows color (decimal): -6071553 or 16734883. OLE color: 16734883.

HSL color Cylindrical-coordinate representation of color #A35AFF: hue angle of 266.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A35AFF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 90 255 -
CMYK 0.36 0.65 0 0
HSL 266.55º 1% 0.68% -
HSV(B) 266.55º 0.65% 1% -
XYZ 36.81 22.32 96.98 -
YUV 130.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 163 90 255 0.36 0.65 0 0 266.55 1 0.68
Hex A3 5A FF 24 41 0 0 10B 64 44
Octal 243 132 377 44 101 0 0 413 144 104
Binary 10100011 1011010 11111111 100100 1000001 0 0 100001011 1100100 1000100

Color Harmonies of #A35AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AFF

Black with #A35AFF

Text Example


Text Example

White with #A35AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AFF; }

 p { color: rgb(163,90,255); }

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

background-color css

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

 a { background-color: rgb(163,90,255); }

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

border-color css

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

 span { border-color: rgb(163,90,255); }

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