Html Css Color HEX #A362FF Light Slate Blue

📋 copy color: '#A362FF'

red 163 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #A362FF

Tints of Light Slate Blue #A362FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.99%

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

R = 31.59%
G = 18.99%
B = 49.42%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A362FF (or 0xA362FF) is known color: Light Slate Blue. HEX triplet: A3, 62 and FF. RGB value is (163,98,255). Sum of RGB (Red+Green+Blue) = 163+98+255=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 98 (38.67% from 255 or 18.99% 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 #A362FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362FF is #5C9D00. Grayscale: #868686. Windows color (decimal): -6069505 or 16736931. OLE color: 16736931.

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

Color convert

RGB 163 98 255 -
CMYK 0.36 0.62 0 0
HSL 264.84º 1% 0.69% -
HSV(B) 264.84º 0.62% 1% -
XYZ 37.52 23.74 97.21 -
YUV 135.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 163 98 255 0.36 0.62 0 0 264.84 1 0.69
Hex A3 62 FF 24 3E 0 0 109 64 45
Octal 243 142 377 44 76 0 0 411 144 105
Binary 10100011 1100010 11111111 100100 111110 0 0 100001001 1100100 1000101

Color Harmonies of #A362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362FF

Black with #A362FF

Text Example


Text Example

White with #A362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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