Html Css Color HEX #A471FD Light Slate Blue

📋 copy color: '#A471FD'

red 164 ◦ green 113 ◦ blue 253

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

Shades of Light Slate Blue #A471FD

Tints of Light Slate Blue #A471FD

RGB

 RED value IS 164 (64.45% from 255) = 30.94%

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

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

R = 30.94%
G = 21.32%
B = 47.74%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A471FD (or 0xA471FD) is known color: Light Slate Blue. HEX triplet: A4, 71 and FD. RGB value is (164,113,253). Sum of RGB (Red+Green+Blue) = 164+113+253=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #A471FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471FD is #5B8E02. Grayscale: #8F8F8F. Windows color (decimal): -6000131 or 16609700. OLE color: 16609700.

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

Color convert

RGB 164 113 253 -
CMYK 0.35 0.55 0 0.01
HSL 261.86º 0.97% 0.72% -
HSV(B) 261.86º 0.55% 0.99% -
XYZ 38.94 26.79 96.05 -
YUV 144.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 164 113 253 0.35 0.55 0 0.01 261.86 0.97 0.72
Hex A4 71 FD 23 37 0 1 106 61 48
Octal 244 161 375 43 67 0 1 406 141 110
Binary 10100100 1110001 11111101 100011 110111 0 1 100000110 1100001 1001000

Color Harmonies of #A471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471FD

Black with #A471FD

Text Example


Text Example

White with #A471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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