Html Css Color HEX #A283FD Light Slate Blue

📋 copy color: '#A283FD'

red 162 ◦ green 131 ◦ blue 253

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

Shades of Light Slate Blue #A283FD

Tints of Light Slate Blue #A283FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.99%

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

R = 29.67%
G = 23.99%
B = 46.34%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A283FD (or 0xA283FD) is known color: Light Slate Blue. HEX triplet: A2, 83 and FD. RGB value is (162,131,253). Sum of RGB (Red+Green+Blue) = 162+131+253=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A283FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283FD is #5D7C02. Grayscale: #999999. Windows color (decimal): -6126595 or 16614306. OLE color: 16614306.

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

Color convert

RGB 162 131 253 -
CMYK 0.36 0.48 0 0.01
HSL 255.25º 0.97% 0.75% -
HSV(B) 255.25º 0.48% 0.99% -
XYZ 40.75 31.01 96.77 -
YUV 154.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 162 131 253 0.36 0.48 0 0.01 255.25 0.97 0.75
Hex A2 83 FD 24 30 0 1 FF 61 4B
Octal 242 203 375 44 60 0 1 377 141 113
Binary 10100010 10000011 11111101 100100 110000 0 1 11111111 1100001 1001011

Color Harmonies of #A283FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283FD

Black with #A283FD

Text Example


Text Example

White with #A283FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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