Html Css Color HEX #A271FF Light Slate Blue

📋 copy color: '#A271FF'

red 162 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #A271FF

Tints of Light Slate Blue #A271FF

RGB

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

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

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

R = 30.57%
G = 21.32%
B = 48.11%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A271FF (or 0xA271FF) is known color: Light Slate Blue. HEX triplet: A2, 71 and FF. RGB value is (162,113,255). Sum of RGB (Red+Green+Blue) = 162+113+255=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #A271FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FF is #5D8E00. Grayscale: #8F8F8F. Windows color (decimal): -6131201 or 16740770. OLE color: 16740770.

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

Color convert

RGB 162 113 255 -
CMYK 0.36 0.56 0 0
HSL 260.7º 1% 0.72% -
HSV(B) 260.7º 0.56% 1% -
XYZ 38.86 26.71 97.72 -
YUV 143.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 162 113 255 0.36 0.56 0 0 260.7 1 0.72
Hex A2 71 FF 24 38 0 0 105 64 48
Octal 242 161 377 44 70 0 0 405 144 110
Binary 10100010 1110001 11111111 100100 111000 0 0 100000101 1100100 1001000

Color Harmonies of #A271FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271FF

Black with #A271FF

Text Example


Text Example

White with #A271FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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