Html Css Color HEX #A072FA Light Slate Blue

📋 copy color: '#A072FA'

red 160 ◦ green 114 ◦ blue 250

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

Shades of Light Slate Blue #A072FA

Tints of Light Slate Blue #A072FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 30.53%
G = 21.76%
B = 47.71%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A072FA (or 0xA072FA) is known color: Light Slate Blue. HEX triplet: A0, 72 and FA. RGB value is (160,114,250). Sum of RGB (Red+Green+Blue) = 160+114+250=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A072FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FA is #5F8D05. Grayscale: #8E8E8E. Windows color (decimal): -6262022 or 16413344. OLE color: 16413344.

HSL color Cylindrical-coordinate representation of color #A072FA: hue angle of 260.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A072FA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 114 250 -
CMYK 0.36 0.54 0 0.02
HSL 260.29º 0.93% 0.71% -
HSV(B) 260.29º 0.54% 0.98% -
XYZ 37.77 26.41 93.55 -
YUV 143.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 160 114 250 0.36 0.54 0 0.02 260.29 0.93 0.71
Hex A0 72 FA 24 36 0 2 104 5D 47
Octal 240 162 372 44 66 0 2 404 135 107
Binary 10100000 1110010 11111010 100100 110110 0 10 100000100 1011101 1000111

Color Harmonies of #A072FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072FA

Black with #A072FA

Text Example


Text Example

White with #A072FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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