Html Css Color HEX #A273FF Light Slate Blue

📋 copy color: '#A273FF'

red 162 ◦ green 115 ◦ blue 255

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

Shades of Light Slate Blue #A273FF

Tints of Light Slate Blue #A273FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.62%

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

R = 30.45%
G = 21.62%
B = 47.93%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A273FF (or 0xA273FF) is known color: Light Slate Blue. HEX triplet: A2, 73 and FF. RGB value is (162,115,255). Sum of RGB (Red+Green+Blue) = 162+115+255=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A273FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273FF is #5D8C00. Grayscale: #909090. Windows color (decimal): -6130689 or 16741282. OLE color: 16741282.

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

Color convert

RGB 162 115 255 -
CMYK 0.36 0.55 0 0
HSL 260.14º 1% 0.73% -
HSV(B) 260.14º 0.55% 1% -
XYZ 39.08 27.16 97.79 -
YUV 145.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 162 115 255 0.36 0.55 0 0 260.14 1 0.73
Hex A2 73 FF 24 37 0 0 104 64 49
Octal 242 163 377 44 67 0 0 404 144 111
Binary 10100010 1110011 11111111 100100 110111 0 0 100000100 1100100 1001001

Color Harmonies of #A273FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273FF

Black with #A273FF

Text Example


Text Example

White with #A273FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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