Html Css Color HEX #A262FF Light Slate Blue

📋 copy color: '#A262FF'

red 162 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #A262FF

Tints of Light Slate Blue #A262FF

RGB

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

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

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

R = 31.46%
G = 19.03%
B = 49.51%

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

#A262FF (or 0xA262FF) is known color: Light Slate Blue. HEX triplet: A2, 62 and FF. RGB value is (162,98,255). Sum of RGB (Red+Green+Blue) = 162+98+255=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A262FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262FF is #5D9D00. Grayscale: #868686. Windows color (decimal): -6135041 or 16736930. OLE color: 16736930.

HSL color Cylindrical-coordinate representation of color #A262FF: hue angle of 264.46º 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 #A262FF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 98 255 -
CMYK 0.36 0.62 0 0
HSL 264.46º 1% 0.69% -
HSV(B) 264.46º 0.62% 1% -
XYZ 37.32 23.64 97.2 -
YUV 135.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 162 98 255 0.36 0.62 0 0 264.46 1 0.69
Hex A2 62 FF 24 3E 0 0 108 64 45
Octal 242 142 377 44 76 0 0 410 144 105
Binary 10100010 1100010 11111111 100100 111110 0 0 100001000 1100100 1000101

Color Harmonies of #A262FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262FF

Black with #A262FF

Text Example


Text Example

White with #A262FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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