Html Css Color HEX #A280FD Light Slate Blue

📋 copy color: '#A280FD'

red 162 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #A280FD

Tints of Light Slate Blue #A280FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.57%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 29.83%
G = 23.57%
B = 46.59%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A280FD (or 0xA280FD) is known color: Light Slate Blue. HEX triplet: A2, 80 and FD. RGB value is (162,128,253). Sum of RGB (Red+Green+Blue) = 162+128+253=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A280FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280FD is #5D7F02. Grayscale: #979797. Windows color (decimal): -6127363 or 16613538. OLE color: 16613538.

HSL color Cylindrical-coordinate representation of color #A280FD: hue angle of 256.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A280FD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 128 253 -
CMYK 0.36 0.49 0 0.01
HSL 256.32º 0.97% 0.75% -
HSV(B) 256.32º 0.49% 0.99% -
XYZ 40.35 30.21 96.63 -
YUV 152.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 162 128 253 0.36 0.49 0 0.01 256.32 0.97 0.75
Hex A2 80 FD 24 31 0 1 100 61 4B
Octal 242 200 375 44 61 0 1 400 141 113
Binary 10100010 10000000 11111101 100100 110001 0 1 100000000 1100001 1001011

Color Harmonies of #A280FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280FD

Black with #A280FD

Text Example


Text Example

White with #A280FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280FD; }

 p { color: rgb(162,128,253); }

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

background-color css

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

 a { background-color: rgb(162,128,253); }

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

border-color css

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

 span { border-color: rgb(162,128,253); }

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