Html Css Color HEX #A072FD Light Slate Blue

📋 copy color: '#A072FD'

red 160 ◦ green 114 ◦ blue 253

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

Shades of Light Slate Blue #A072FD

Tints of Light Slate Blue #A072FD

RGB

 RED value IS 160 (62.89% from 255) = 30.36%

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

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

R = 30.36%
G = 21.63%
B = 48.01%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A072FD (or 0xA072FD) is known color: Light Slate Blue. HEX triplet: A0, 72 and FD. RGB value is (160,114,253). Sum of RGB (Red+Green+Blue) = 160+114+253=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 114 (44.92% from 255 or 21.63% 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 #A072FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FD is #5F8D02. Grayscale: #8F8F8F. Windows color (decimal): -6262019 or 16609952. OLE color: 16609952.

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

Color convert

RGB 160 114 253 -
CMYK 0.37 0.55 0 0.01
HSL 259.86º 0.97% 0.72% -
HSV(B) 259.86º 0.55% 0.99% -
XYZ 38.24 26.6 96.05 -
YUV 143.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 160 114 253 0.37 0.55 0 0.01 259.86 0.97 0.72
Hex A0 72 FD 25 37 0 1 104 61 48
Octal 240 162 375 45 67 0 1 404 141 110
Binary 10100000 1110010 11111101 100101 110111 0 1 100000100 1100001 1001000

Color Harmonies of #A072FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072FD

Black with #A072FD

Text Example


Text Example

White with #A072FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072FD; }

 p { color: rgb(160,114,253); }

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

background-color css

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

 a { background-color: rgb(160,114,253); }

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

border-color css

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

 span { border-color: rgb(160,114,253); }

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