Html Css Color HEX #A260FF Light Slate Blue

📋 copy color: '#A260FF'

red 162 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #A260FF

Tints of Light Slate Blue #A260FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.71%

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

R = 31.58%
G = 18.71%
B = 49.71%

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

#A260FF (or 0xA260FF) is known color: Light Slate Blue. HEX triplet: A2, 60 and FF. RGB value is (162,96,255). Sum of RGB (Red+Green+Blue) = 162+96+255=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A260FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FF is #5D9F00. Grayscale: #858585. Windows color (decimal): -6135553 or 16736418. OLE color: 16736418.

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

Color convert

RGB 162 96 255 -
CMYK 0.36 0.62 0 0
HSL 264.91º 1% 0.69% -
HSV(B) 264.91º 0.62% 1% -
XYZ 37.13 23.27 97.14 -
YUV 133.86 196.37 148.07 -
System Red Green Blue C M Y K H S L
Decimal 162 96 255 0.36 0.62 0 0 264.91 1 0.69
Hex A2 60 FF 24 3E 0 0 109 64 45
Octal 242 140 377 44 76 0 0 411 144 105
Binary 10100010 1100000 11111111 100100 111110 0 0 100001001 1100100 1000101

Color Harmonies of #A260FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260FF

Black with #A260FF

Text Example


Text Example

White with #A260FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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