Html Css Color HEX #A070FA Light Slate Blue

📋 copy color: '#A070FA'

red 160 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #A070FA

Tints of Light Slate Blue #A070FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 30.65%
G = 21.46%
B = 47.89%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A070FA (or 0xA070FA) is known color: Light Slate Blue. HEX triplet: A0, 70 and FA. RGB value is (160,112,250). Sum of RGB (Red+Green+Blue) = 160+112+250=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #A070FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070FA is #5F8F05. Grayscale: #8D8D8D. Windows color (decimal): -6262534 or 16412832. OLE color: 16412832.

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

Color convert

RGB 160 112 250 -
CMYK 0.36 0.55 0 0.02
HSL 260.87º 0.93% 0.71% -
HSV(B) 260.87º 0.55% 0.98% -
XYZ 37.55 25.96 93.48 -
YUV 142.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 160 112 250 0.36 0.55 0 0.02 260.87 0.93 0.71
Hex A0 70 FA 24 37 0 2 105 5D 47
Octal 240 160 372 44 67 0 2 405 135 107
Binary 10100000 1110000 11111010 100100 110111 0 10 100000101 1011101 1000111

Color Harmonies of #A070FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070FA

Black with #A070FA

Text Example


Text Example

White with #A070FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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