Html Css Color HEX #A071FD Light Slate Blue

📋 copy color: '#A071FD'

red 160 ◦ green 113 ◦ blue 253

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

Shades of Light Slate Blue #A071FD

Tints of Light Slate Blue #A071FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 30.42%
G = 21.48%
B = 48.1%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A071FD (or 0xA071FD) is known color: Light Slate Blue. HEX triplet: A0, 71 and FD. RGB value is (160,113,253). Sum of RGB (Red+Green+Blue) = 160+113+253=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A071FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071FD is #5F8E02. Grayscale: #8E8E8E. Windows color (decimal): -6262275 or 16609696. OLE color: 16609696.

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

Color convert

RGB 160 113 253 -
CMYK 0.37 0.55 0 0.01
HSL 260.14º 0.97% 0.72% -
HSV(B) 260.14º 0.55% 0.99% -
XYZ 38.13 26.38 96.01 -
YUV 143.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 160 113 253 0.37 0.55 0 0.01 260.14 0.97 0.72
Hex A0 71 FD 25 37 0 1 104 61 48
Octal 240 161 375 45 67 0 1 404 141 110
Binary 10100000 1110001 11111101 100101 110111 0 1 100000100 1100001 1001000

Color Harmonies of #A071FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071FD

Black with #A071FD

Text Example


Text Example

White with #A071FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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