Html Css Color HEX #A071FF Light Slate Blue

📋 copy color: '#A071FF'

red 160 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #A071FF

Tints of Light Slate Blue #A071FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 30.3%
G = 21.4%
B = 48.3%

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

#A071FF (or 0xA071FF) is known color: Light Slate Blue. HEX triplet: A0, 71 and FF. RGB value is (160,113,255). Sum of RGB (Red+Green+Blue) = 160+113+255=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A071FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071FF is #5F8E00. Grayscale: #8E8E8E. Windows color (decimal): -6262273 or 16740768. OLE color: 16740768.

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

Color convert

RGB 160 113 255 -
CMYK 0.37 0.56 0 0
HSL 259.86º 1% 0.72% -
HSV(B) 259.86º 0.56% 1% -
XYZ 38.45 26.5 97.7 -
YUV 143.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 160 113 255 0.37 0.56 0 0 259.86 1 0.72
Hex A0 71 FF 25 38 0 0 104 64 48
Octal 240 161 377 45 70 0 0 404 144 110
Binary 10100000 1110001 11111111 100101 111000 0 0 100000100 1100100 1001000

Color Harmonies of #A071FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071FF

Black with #A071FF

Text Example


Text Example

White with #A071FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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