Html Css Color HEX #A071FC Light Slate Blue

📋 copy color: '#A071FC'

red 160 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #A071FC

Tints of Light Slate Blue #A071FC

RGB

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

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

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

R = 30.48%
G = 21.52%
B = 48%

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

#A071FC (or 0xA071FC) is known color: Light Slate Blue. HEX triplet: A0, 71 and FC. RGB value is (160,113,252). Sum of RGB (Red+Green+Blue) = 160+113+252=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #A071FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071FC is #5F8E03. Grayscale: #8E8E8E. Windows color (decimal): -6262276 or 16544160. OLE color: 16544160.

HSL color Cylindrical-coordinate representation of color #A071FC: hue angle of 260.29º degrees, saturation: 0.96, 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 #A071FC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 113 252 -
CMYK 0.37 0.55 0 0.01
HSL 260.29º 0.96% 0.72% -
HSV(B) 260.29º 0.55% 0.99% -
XYZ 37.97 26.31 95.17 -
YUV 142.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 160 113 252 0.37 0.55 0 0.01 260.29 0.96 0.72
Hex A0 71 FC 25 37 0 1 104 60 48
Octal 240 161 374 45 67 0 1 404 140 110
Binary 10100000 1110001 11111100 100101 110111 0 1 100000100 1100000 1001000

Color Harmonies of #A071FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071FC

Black with #A071FC

Text Example


Text Example

White with #A071FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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