Html Css Color HEX #A070FF Light Slate Blue

📋 copy color: '#A070FF'

red 160 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #A070FF

Tints of Light Slate Blue #A070FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 30.36%
G = 21.25%
B = 48.39%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A070FF (or 0xA070FF) is known color: Light Slate Blue. HEX triplet: A0, 70 and FF. RGB value is (160,112,255). Sum of RGB (Red+Green+Blue) = 160+112+255=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A070FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070FF is #5F8F00. Grayscale: #8E8E8E. Windows color (decimal): -6262529 or 16740512. OLE color: 16740512.

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

Color convert

RGB 160 112 255 -
CMYK 0.37 0.56 0 0
HSL 260.14º 1% 0.72% -
HSV(B) 260.14º 0.56% 1% -
XYZ 38.34 26.28 97.66 -
YUV 142.65 191.4 140.37 -
System Red Green Blue C M Y K H S L
Decimal 160 112 255 0.37 0.56 0 0 260.14 1 0.72
Hex A0 70 FF 25 38 0 0 104 64 48
Octal 240 160 377 45 70 0 0 404 144 110
Binary 10100000 1110000 11111111 100101 111000 0 0 100000100 1100100 1001000

Color Harmonies of #A070FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070FF

Black with #A070FF

Text Example


Text Example

White with #A070FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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