Html Css Color HEX #A270FD Light Slate Blue

📋 copy color: '#A270FD'

red 162 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #A270FD

Tints of Light Slate Blue #A270FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.25%

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

R = 30.74%
G = 21.25%
B = 48.01%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A270FD (or 0xA270FD) is known color: Light Slate Blue. HEX triplet: A2, 70 and FD. RGB value is (162,112,253). Sum of RGB (Red+Green+Blue) = 162+112+253=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #A270FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270FD is #5D8F02. Grayscale: #8E8E8E. Windows color (decimal): -6131459 or 16609442. OLE color: 16609442.

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

Color convert

RGB 162 112 253 -
CMYK 0.36 0.56 0 0.01
HSL 261.28º 0.97% 0.72% -
HSV(B) 261.28º 0.56% 0.99% -
XYZ 38.42 26.36 95.99 -
YUV 143.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 162 112 253 0.36 0.56 0 0.01 261.28 0.97 0.72
Hex A2 70 FD 24 38 0 1 105 61 48
Octal 242 160 375 44 70 0 1 405 141 110
Binary 10100010 1110000 11111101 100100 111000 0 1 100000101 1100001 1001000

Color Harmonies of #A270FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270FD

Black with #A270FD

Text Example


Text Example

White with #A270FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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