Html Css Color HEX #A790FF Light Slate Blue

📋 copy color: '#A790FF'

red 167 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #A790FF

Tints of Light Slate Blue #A790FF

RGB

 RED value IS 167 (65.63% from 255) = 29.51%

 GREEN value IS 144 (56.64% from 255) = 25.44%

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

R = 29.51%
G = 25.44%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A790FF (or 0xA790FF) is known color: Light Slate Blue. HEX triplet: A7, 90 and FF. RGB value is (167,144,255). Sum of RGB (Red+Green+Blue) = 167+144+255=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A790FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790FF is #586F00. Grayscale: #A3A3A3. Windows color (decimal): -5795585 or 16748711. OLE color: 16748711.

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

Color convert

RGB 167 144 255 -
CMYK 0.35 0.44 0 0
HSL 252.43º 1% 0.78% -
HSV(B) 252.43º 0.44% 1% -
XYZ 43.96 35.38 99.12 -
YUV 163.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 167 144 255 0.35 0.44 0 0 252.43 1 0.78
Hex A7 90 FF 23 2C 0 0 FC 64 4E
Octal 247 220 377 43 54 0 0 374 144 116
Binary 10100111 10010000 11111111 100011 101100 0 0 11111100 1100100 1001110

Color Harmonies of #A790FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790FF

Black with #A790FF

Text Example


Text Example

White with #A790FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790FF; }

 p { color: rgb(167,144,255); }

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

background-color css

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

 a { background-color: rgb(167,144,255); }

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

border-color css

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

 span { border-color: rgb(167,144,255); }

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