Html Css Color HEX #A279FF Light Slate Blue

📋 copy color: '#A279FF'

red 162 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #A279FF

Tints of Light Slate Blue #A279FF

RGB

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

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

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

R = 30.11%
G = 22.49%
B = 47.4%

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

#A279FF (or 0xA279FF) is known color: Light Slate Blue. HEX triplet: A2, 79 and FF. RGB value is (162,121,255). Sum of RGB (Red+Green+Blue) = 162+121+255=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A279FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279FF is #5D8600. Grayscale: #949494. Windows color (decimal): -6129153 or 16742818. OLE color: 16742818.

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

Color convert

RGB 162 121 255 -
CMYK 0.36 0.53 0 0
HSL 258.36º 1% 0.74% -
HSV(B) 258.36º 0.53% 1% -
XYZ 39.79 28.58 98.03 -
YUV 148.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 162 121 255 0.36 0.53 0 0 258.36 1 0.74
Hex A2 79 FF 24 35 0 0 102 64 4A
Octal 242 171 377 44 65 0 0 402 144 112
Binary 10100010 1111001 11111111 100100 110101 0 0 100000010 1100100 1001010

Color Harmonies of #A279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279FF

Black with #A279FF

Text Example


Text Example

White with #A279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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