Html Css Color HEX #A263FF Light Slate Blue

📋 copy color: '#A263FF'

red 162 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #A263FF

Tints of Light Slate Blue #A263FF

RGB

 RED value IS 162 (63.67% from 255) = 31.4%

 GREEN value IS 99 (39.06% from 255) = 19.19%

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

R = 31.4%
G = 19.19%
B = 49.42%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A263FF (or 0xA263FF) is known color: Light Slate Blue. HEX triplet: A2, 63 and FF. RGB value is (162,99,255). Sum of RGB (Red+Green+Blue) = 162+99+255=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A263FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263FF is #5D9C00. Grayscale: #878787. Windows color (decimal): -6134785 or 16737186. OLE color: 16737186.

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

Color convert

RGB 162 99 255 -
CMYK 0.36 0.61 0 0
HSL 264.23º 1% 0.69% -
HSV(B) 264.23º 0.61% 1% -
XYZ 37.41 23.83 97.23 -
YUV 135.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 162 99 255 0.36 0.61 0 0 264.23 1 0.69
Hex A2 63 FF 24 3D 0 0 108 64 45
Octal 242 143 377 44 75 0 0 410 144 105
Binary 10100010 1100011 11111111 100100 111101 0 0 100001000 1100100 1000101

Color Harmonies of #A263FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263FF

Black with #A263FF

Text Example


Text Example

White with #A263FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263FF; }

 p { color: rgb(162,99,255); }

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

background-color css

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

 a { background-color: rgb(162,99,255); }

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

border-color css

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

 span { border-color: rgb(162,99,255); }

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