Html Css Color HEX #A271FC Light Slate Blue

📋 copy color: '#A271FC'

red 162 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #A271FC

Tints of Light Slate Blue #A271FC

RGB

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

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

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

R = 30.74%
G = 21.44%
B = 47.82%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A271FC (or 0xA271FC) is known color: Light Slate Blue. HEX triplet: A2, 71 and FC. RGB value is (162,113,252). Sum of RGB (Red+Green+Blue) = 162+113+252=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A271FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FC is #5D8E03. Grayscale: #8E8E8E. Windows color (decimal): -6131204 or 16544162. OLE color: 16544162.

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

Color convert

RGB 162 113 252 -
CMYK 0.36 0.55 0 0.01
HSL 261.15º 0.96% 0.72% -
HSV(B) 261.15º 0.55% 0.99% -
XYZ 38.38 26.52 95.19 -
YUV 143.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 162 113 252 0.36 0.55 0 0.01 261.15 0.96 0.72
Hex A2 71 FC 24 37 0 1 105 60 48
Octal 242 161 374 44 67 0 1 405 140 110
Binary 10100010 1110001 11111100 100100 110111 0 1 100000101 1100000 1001000

Color Harmonies of #A271FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271FC

Black with #A271FC

Text Example


Text Example

White with #A271FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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