Html Css Color HEX #A070FC Light Slate Blue

📋 copy color: '#A070FC'

red 160 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #A070FC

Tints of Light Slate Blue #A070FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 30.53%
G = 21.37%
B = 48.09%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A070FC (or 0xA070FC) is known color: Light Slate Blue. HEX triplet: A0, 70 and FC. RGB value is (160,112,252). Sum of RGB (Red+Green+Blue) = 160+112+252=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #A070FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070FC is #5F8F03. Grayscale: #8D8D8D. Windows color (decimal): -6262532 or 16543904. OLE color: 16543904.

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

Color convert

RGB 160 112 252 -
CMYK 0.37 0.56 0 0.01
HSL 260.57º 0.96% 0.71% -
HSV(B) 260.57º 0.56% 0.99% -
XYZ 37.86 26.09 95.14 -
YUV 142.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 160 112 252 0.37 0.56 0 0.01 260.57 0.96 0.71
Hex A0 70 FC 25 38 0 1 105 60 47
Octal 240 160 374 45 70 0 1 405 140 107
Binary 10100000 1110000 11111100 100101 111000 0 1 100000101 1100000 1000111

Color Harmonies of #A070FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070FC

Black with #A070FC

Text Example


Text Example

White with #A070FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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