Html Css Color HEX #A073FC Light Slate Blue

📋 copy color: '#A073FC'

red 160 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #A073FC

Tints of Light Slate Blue #A073FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 30.36%
G = 21.82%
B = 47.82%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A073FC (or 0xA073FC) is known color: Light Slate Blue. HEX triplet: A0, 73 and FC. RGB value is (160,115,252). Sum of RGB (Red+Green+Blue) = 160+115+252=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A073FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073FC is #5F8C03. Grayscale: #8F8F8F. Windows color (decimal): -6261764 or 16544672. OLE color: 16544672.

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

Color convert

RGB 160 115 252 -
CMYK 0.37 0.54 0 0.01
HSL 259.71º 0.96% 0.72% -
HSV(B) 259.71º 0.54% 0.99% -
XYZ 38.2 26.76 95.25 -
YUV 144.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 160 115 252 0.37 0.54 0 0.01 259.71 0.96 0.72
Hex A0 73 FC 25 36 0 1 104 60 48
Octal 240 163 374 45 66 0 1 404 140 110
Binary 10100000 1110011 11111100 100101 110110 0 1 100000100 1100000 1001000

Color Harmonies of #A073FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073FC

Black with #A073FC

Text Example


Text Example

White with #A073FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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