Html Css Color HEX #A471FF Light Slate Blue

📋 copy color: '#A471FF'

red 164 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #A471FF

Tints of Light Slate Blue #A471FF

RGB

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

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

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

R = 30.83%
G = 21.24%
B = 47.93%

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

#A471FF (or 0xA471FF) is known color: Light Slate Blue. HEX triplet: A4, 71 and FF. RGB value is (164,113,255). Sum of RGB (Red+Green+Blue) = 164+113+255=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A471FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471FF is #5B8E00. Grayscale: #8F8F8F. Windows color (decimal): -6000129 or 16740772. OLE color: 16740772.

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

Color convert

RGB 164 113 255 -
CMYK 0.36 0.56 0 0
HSL 261.55º 1% 0.72% -
HSV(B) 261.55º 0.56% 1% -
XYZ 39.26 26.92 97.73 -
YUV 144.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 164 113 255 0.36 0.56 0 0 261.55 1 0.72
Hex A4 71 FF 24 38 0 0 106 64 48
Octal 244 161 377 44 70 0 0 406 144 110
Binary 10100100 1110001 11111111 100100 111000 0 0 100000110 1100100 1001000

Color Harmonies of #A471FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471FF

Black with #A471FF

Text Example


Text Example

White with #A471FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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