Html Css Color HEX #A075FF Light Slate Blue

📋 copy color: '#A075FF'

red 160 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #A075FF

Tints of Light Slate Blue #A075FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

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

R = 30.08%
G = 21.99%
B = 47.93%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A075FF (or 0xA075FF) is known color: Light Slate Blue. HEX triplet: A0, 75 and FF. RGB value is (160,117,255). Sum of RGB (Red+Green+Blue) = 160+117+255=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 117 (46.09% from 255 or 21.99% 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 #A075FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075FF is #5F8A00. Grayscale: #919191. Windows color (decimal): -6261249 or 16741792. OLE color: 16741792.

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

Color convert

RGB 160 117 255 -
CMYK 0.37 0.54 0 0
HSL 258.7º 1% 0.73% -
HSV(B) 258.7º 0.54% 1% -
XYZ 38.91 27.42 97.85 -
YUV 145.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 160 117 255 0.37 0.54 0 0 258.7 1 0.73
Hex A0 75 FF 25 36 0 0 103 64 49
Octal 240 165 377 45 66 0 0 403 144 111
Binary 10100000 1110101 11111111 100101 110110 0 0 100000011 1100100 1001001

Color Harmonies of #A075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075FF

Black with #A075FF

Text Example


Text Example

White with #A075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075FF; }

 p { color: rgb(160,117,255); }

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

background-color css

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

 a { background-color: rgb(160,117,255); }

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

border-color css

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

 span { border-color: rgb(160,117,255); }

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