Html Css Color HEX #A479FF Light Slate Blue

📋 copy color: '#A479FF'

red 164 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #A479FF

Tints of Light Slate Blue #A479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.41%

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

R = 30.37%
G = 22.41%
B = 47.22%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A479FF (or 0xA479FF) is known color: Light Slate Blue. HEX triplet: A4, 79 and FF. RGB value is (164,121,255). Sum of RGB (Red+Green+Blue) = 164+121+255=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A479FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479FF is #5B8600. Grayscale: #949494. Windows color (decimal): -5998081 or 16742820. OLE color: 16742820.

HSL color Cylindrical-coordinate representation of color #A479FF: hue angle of 259.25º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A479FF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 121 255 -
CMYK 0.36 0.53 0 0
HSL 259.25º 1% 0.74% -
HSV(B) 259.25º 0.53% 1% -
XYZ 40.2 28.79 98.05 -
YUV 149.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 164 121 255 0.36 0.53 0 0 259.25 1 0.74
Hex A4 79 FF 24 35 0 0 103 64 4A
Octal 244 171 377 44 65 0 0 403 144 112
Binary 10100100 1111001 11111111 100100 110101 0 0 100000011 1100100 1001010

Color Harmonies of #A479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479FF

Black with #A479FF

Text Example


Text Example

White with #A479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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