Html Css Color HEX #A570FF Light Slate Blue

📋 copy color: '#A570FF'

red 165 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #A570FF

Tints of Light Slate Blue #A570FF

RGB

 RED value IS 165 (64.84% from 255) = 31.02%

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 31.02%
G = 21.05%
B = 47.93%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A570FF (or 0xA570FF) is known color: Light Slate Blue. HEX triplet: A5, 70 and FF. RGB value is (165,112,255). Sum of RGB (Red+Green+Blue) = 165+112+255=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A570FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570FF is #5A8F00. Grayscale: #8F8F8F. Windows color (decimal): -5934849 or 16740517. OLE color: 16740517.

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

Color convert

RGB 165 112 255 -
CMYK 0.35 0.56 0 0
HSL 262.24º 1% 0.72% -
HSV(B) 262.24º 0.56% 1% -
XYZ 39.36 26.81 97.71 -
YUV 144.15 190.56 142.87 -
System Red Green Blue C M Y K H S L
Decimal 165 112 255 0.35 0.56 0 0 262.24 1 0.72
Hex A5 70 FF 23 38 0 0 106 64 48
Octal 245 160 377 43 70 0 0 406 144 110
Binary 10100101 1110000 11111111 100011 111000 0 0 100000110 1100100 1001000

Color Harmonies of #A570FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570FF

Black with #A570FF

Text Example


Text Example

White with #A570FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570FF; }

 p { color: rgb(165,112,255); }

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

background-color css

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

 a { background-color: rgb(165,112,255); }

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

border-color css

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

 span { border-color: rgb(165,112,255); }

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