Html Css Color HEX #A572FE Light Slate Blue

📋 copy color: '#A572FE'

red 165 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #A572FE

Tints of Light Slate Blue #A572FE

RGB

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

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

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

R = 30.96%
G = 21.39%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A572FE (or 0xA572FE) is known color: Light Slate Blue. HEX triplet: A5, 72 and FE. RGB value is (165,114,254). Sum of RGB (Red+Green+Blue) = 165+114+254=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A572FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572FE is #5A8D01. Grayscale: #909090. Windows color (decimal): -5934338 or 16675493. OLE color: 16675493.

HSL color Cylindrical-coordinate representation of color #A572FE: hue angle of 261.86º 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 #A572FE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 114 254 -
CMYK 0.35 0.55 0 0.00
HSL 261.86º 0.99% 0.72% -
HSV(B) 261.86º 0.55% 1% -
XYZ 39.42 27.19 96.94 -
YUV 145.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 165 114 254 0.35 0.55 0 0.00 261.86 0.99 0.72
Hex A5 72 FE 23 37 0 0 106 63 48
Octal 245 162 376 43 67 0 0 406 143 110
Binary 10100101 1110010 11111110 100011 110111 0 0 100000110 1100011 1001000

Color Harmonies of #A572FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572FE

Black with #A572FE

Text Example


Text Example

White with #A572FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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