Html Css Color HEX #A273FD Light Slate Blue

📋 copy color: '#A273FD'

red 162 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #A273FD

Tints of Light Slate Blue #A273FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 30.57%
G = 21.7%
B = 47.74%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A273FD (or 0xA273FD) is known color: Light Slate Blue. HEX triplet: A2, 73 and FD. RGB value is (162,115,253). Sum of RGB (Red+Green+Blue) = 162+115+253=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #A273FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273FD is #5D8C02. Grayscale: #909090. Windows color (decimal): -6130691 or 16610210. OLE color: 16610210.

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

Color convert

RGB 162 115 253 -
CMYK 0.36 0.55 0 0.01
HSL 260.43º 0.97% 0.72% -
HSV(B) 260.43º 0.55% 0.99% -
XYZ 38.76 27.03 96.1 -
YUV 144.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 162 115 253 0.36 0.55 0 0.01 260.43 0.97 0.72
Hex A2 73 FD 24 37 0 1 104 61 48
Octal 242 163 375 44 67 0 1 404 141 110
Binary 10100010 1110011 11111101 100100 110111 0 1 100000100 1100001 1001000

Color Harmonies of #A273FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273FD

Black with #A273FD

Text Example


Text Example

White with #A273FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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