Html Css Color HEX #A274FE Light Slate Blue

📋 copy color: '#A274FE'

red 162 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #A274FE

Tints of Light Slate Blue #A274FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 30.45%
G = 21.8%
B = 47.74%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A274FE (or 0xA274FE) is known color: Light Slate Blue. HEX triplet: A2, 74 and FE. RGB value is (162,116,254). Sum of RGB (Red+Green+Blue) = 162+116+254=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #A274FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274FE is #5D8B01. Grayscale: #909090. Windows color (decimal): -6130434 or 16676002. OLE color: 16676002.

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

Color convert

RGB 162 116 254 -
CMYK 0.36 0.54 0 0.00
HSL 260º 0.99% 0.73% -
HSV(B) 260º 0.54% 1% -
XYZ 39.04 27.33 96.98 -
YUV 145.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 162 116 254 0.36 0.54 0 0.00 260 0.99 0.73
Hex A2 74 FE 24 36 0 0 104 63 49
Octal 242 164 376 44 66 0 0 404 143 111
Binary 10100010 1110100 11111110 100100 110110 0 0 100000100 1100011 1001001

Color Harmonies of #A274FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274FE

Black with #A274FE

Text Example


Text Example

White with #A274FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274FE; }

 p { color: rgb(162,116,254); }

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

background-color css

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

 a { background-color: rgb(162,116,254); }

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

border-color css

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

 span { border-color: rgb(162,116,254); }

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