Html Css Color HEX #A271FE Light Slate Blue

📋 copy color: '#A271FE'

red 162 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #A271FE

Tints of Light Slate Blue #A271FE

RGB

 RED value IS 162 (63.67% from 255) = 30.62%

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 30.62%
G = 21.36%
B = 48.02%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A271FE (or 0xA271FE) is known color: Light Slate Blue. HEX triplet: A2, 71 and FE. RGB value is (162,113,254). Sum of RGB (Red+Green+Blue) = 162+113+254=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A271FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FE is #5D8E01. Grayscale: #8F8F8F. Windows color (decimal): -6131202 or 16675234. OLE color: 16675234.

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

Color convert

RGB 162 113 254 -
CMYK 0.36 0.56 0 0.00
HSL 260.85º 0.99% 0.72% -
HSV(B) 260.85º 0.56% 1% -
XYZ 38.69 26.65 96.87 -
YUV 143.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 162 113 254 0.36 0.56 0 0.00 260.85 0.99 0.72
Hex A2 71 FE 24 38 0 0 105 63 48
Octal 242 161 376 44 70 0 0 405 143 110
Binary 10100010 1110001 11111110 100100 111000 0 0 100000101 1100011 1001000

Color Harmonies of #A271FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271FE

Black with #A271FE

Text Example


Text Example

White with #A271FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271FE; }

 p { color: rgb(162,113,254); }

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

background-color css

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

 a { background-color: rgb(162,113,254); }

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

border-color css

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

 span { border-color: rgb(162,113,254); }

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