Html Css Color HEX #A272FE Light Slate Blue

📋 copy color: '#A272FE'

red 162 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #A272FE

Tints of Light Slate Blue #A272FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

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

R = 30.57%
G = 21.51%
B = 47.92%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A272FE (or 0xA272FE) is known color: Light Slate Blue. HEX triplet: A2, 72 and FE. RGB value is (162,114,254). Sum of RGB (Red+Green+Blue) = 162+114+254=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 114 (44.92% from 255 or 21.51% 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 #A272FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272FE is #5D8D01. Grayscale: #8F8F8F. Windows color (decimal): -6130946 or 16675490. OLE color: 16675490.

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

Color convert

RGB 162 114 254 -
CMYK 0.36 0.55 0 0.00
HSL 260.57º 0.99% 0.72% -
HSV(B) 260.57º 0.55% 1% -
XYZ 38.81 26.87 96.91 -
YUV 144.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 162 114 254 0.36 0.55 0 0.00 260.57 0.99 0.72
Hex A2 72 FE 24 37 0 0 105 63 48
Octal 242 162 376 44 67 0 0 405 143 110
Binary 10100010 1110010 11111110 100100 110111 0 0 100000101 1100011 1001000

Color Harmonies of #A272FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272FE

Black with #A272FE

Text Example


Text Example

White with #A272FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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