Html Css Color HEX #A35BFF Light Slate Blue

📋 copy color: '#A35BFF'

red 163 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #A35BFF

Tints of Light Slate Blue #A35BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.88%

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

R = 32.02%
G = 17.88%
B = 50.1%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A35BFF (or 0xA35BFF) is known color: Light Slate Blue. HEX triplet: A3, 5B and FF. RGB value is (163,91,255). Sum of RGB (Red+Green+Blue) = 163+91+255=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A35BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BFF is #5CA400. Grayscale: #828282. Windows color (decimal): -6071297 or 16735139. OLE color: 16735139.

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

Color convert

RGB 163 91 255 -
CMYK 0.36 0.64 0 0
HSL 266.34º 1% 0.68% -
HSV(B) 266.34º 0.64% 1% -
XYZ 36.9 22.49 97 -
YUV 131.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 163 91 255 0.36 0.64 0 0 266.34 1 0.68
Hex A3 5B FF 24 40 0 0 10A 64 44
Octal 243 133 377 44 100 0 0 412 144 104
Binary 10100011 1011011 11111111 100100 1000000 0 0 100001010 1100100 1000100

Color Harmonies of #A35BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BFF

Black with #A35BFF

Text Example


Text Example

White with #A35BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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