Html Css Color HEX #A271FD Light Slate Blue

📋 copy color: '#A271FD'

red 162 ◦ green 113 ◦ blue 253

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

Shades of Light Slate Blue #A271FD

Tints of Light Slate Blue #A271FD

RGB

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

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

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

R = 30.68%
G = 21.4%
B = 47.92%

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

#A271FD (or 0xA271FD) is known color: Light Slate Blue. HEX triplet: A2, 71 and FD. RGB value is (162,113,253). Sum of RGB (Red+Green+Blue) = 162+113+253=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A271FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FD is #5D8E02. Grayscale: #8F8F8F. Windows color (decimal): -6131203 or 16609698. OLE color: 16609698.

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

Color convert

RGB 162 113 253 -
CMYK 0.36 0.55 0 0.01
HSL 261º 0.97% 0.72% -
HSV(B) 261º 0.55% 0.99% -
XYZ 38.54 26.58 96.03 -
YUV 143.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 162 113 253 0.36 0.55 0 0.01 261 0.97 0.72
Hex A2 71 FD 24 37 0 1 105 61 48
Octal 242 161 375 44 67 0 1 405 141 110
Binary 10100010 1110001 11111101 100100 110111 0 1 100000101 1100001 1001000

Color Harmonies of #A271FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271FD

Black with #A271FD

Text Example


Text Example

White with #A271FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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