Html Css Color HEX #A470FE Light Slate Blue

📋 copy color: '#A470FE'

red 164 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #A470FE

Tints of Light Slate Blue #A470FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 30.94%
G = 21.13%
B = 47.92%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A470FE (or 0xA470FE) is known color: Light Slate Blue. HEX triplet: A4, 70 and FE. RGB value is (164,112,254). Sum of RGB (Red+Green+Blue) = 164+112+254=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A470FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470FE is #5B8F01. Grayscale: #8F8F8F. Windows color (decimal): -6000386 or 16674980. OLE color: 16674980.

HSL color Cylindrical-coordinate representation of color #A470FE: hue angle of 261.97º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A470FE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 112 254 -
CMYK 0.35 0.56 0 0.00
HSL 261.97º 0.99% 0.72% -
HSV(B) 261.97º 0.56% 1% -
XYZ 38.99 26.64 96.85 -
YUV 143.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 164 112 254 0.35 0.56 0 0.00 261.97 0.99 0.72
Hex A4 70 FE 23 38 0 0 106 63 48
Octal 244 160 376 43 70 0 0 406 143 110
Binary 10100100 1110000 11111110 100011 111000 0 0 100000110 1100011 1001000

Color Harmonies of #A470FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470FE

Black with #A470FE

Text Example


Text Example

White with #A470FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470FE; }

 p { color: rgb(164,112,254); }

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

background-color css

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

 a { background-color: rgb(164,112,254); }

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

border-color css

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

 span { border-color: rgb(164,112,254); }

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