Html Css Color HEX #A074FA Light Slate Blue

📋 copy color: '#A074FA'

red 160 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #A074FA

Tints of Light Slate Blue #A074FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.05%

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

R = 30.42%
G = 22.05%
B = 47.53%

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

#A074FA (or 0xA074FA) is known color: Light Slate Blue. HEX triplet: A0, 74 and FA. RGB value is (160,116,250). Sum of RGB (Red+Green+Blue) = 160+116+250=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #A074FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074FA is #5F8B05. Grayscale: #8F8F8F. Windows color (decimal): -6261510 or 16413856. OLE color: 16413856.

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

Color convert

RGB 160 116 250 -
CMYK 0.36 0.54 0 0.02
HSL 259.7º 0.93% 0.72% -
HSV(B) 259.7º 0.54% 0.98% -
XYZ 38 26.87 93.63 -
YUV 144.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 160 116 250 0.36 0.54 0 0.02 259.7 0.93 0.72
Hex A0 74 FA 24 36 0 2 104 5D 48
Octal 240 164 372 44 66 0 2 404 135 110
Binary 10100000 1110100 11111010 100100 110110 0 10 100000100 1011101 1001000

Color Harmonies of #A074FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074FA

Black with #A074FA

Text Example


Text Example

White with #A074FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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