Html Css Color HEX #A073FD Light Slate Blue

📋 copy color: '#A073FD'

red 160 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #A073FD

Tints of Light Slate Blue #A073FD

RGB

 RED value IS 160 (62.89% from 255) = 30.3%

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

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

R = 30.3%
G = 21.78%
B = 47.92%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A073FD (or 0xA073FD) is known color: Light Slate Blue. HEX triplet: A0, 73 and FD. RGB value is (160,115,253). Sum of RGB (Red+Green+Blue) = 160+115+253=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A073FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073FD is #5F8C02. Grayscale: #8F8F8F. Windows color (decimal): -6261763 or 16610208. OLE color: 16610208.

HSL color Cylindrical-coordinate representation of color #A073FD: hue angle of 259.57º 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 #A073FD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 115 253 -
CMYK 0.37 0.55 0 0.01
HSL 259.57º 0.97% 0.72% -
HSV(B) 259.57º 0.55% 0.99% -
XYZ 38.36 26.83 96.08 -
YUV 144.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 160 115 253 0.37 0.55 0 0.01 259.57 0.97 0.72
Hex A0 73 FD 25 37 0 1 104 61 48
Octal 240 163 375 45 67 0 1 404 141 110
Binary 10100000 1110011 11111101 100101 110111 0 1 100000100 1100001 1001000

Color Harmonies of #A073FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073FD

Black with #A073FD

Text Example


Text Example

White with #A073FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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