Html Css Color HEX #A790C6 Cold Purple

📋 copy color: '#A790C6'

red 167 ◦ green 144 ◦ blue 198

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

Shades of Cold Purple #A790C6

Tints of Cold Purple #A790C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 32.81%
G = 28.29%
B = 38.9%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A790C6 (or 0xA790C6) is known color: Cold Purple. HEX triplet: A7, 90 and C6. RGB value is (167,144,198). Sum of RGB (Red+Green+Blue) = 167+144+198=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A790C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790C6 is #586F39. Grayscale: #9C9C9C. Windows color (decimal): -5795642 or 13013159. OLE color: 13013159.

HSL color Cylindrical-coordinate representation of color #A790C6: hue angle of 265.56º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A790C6 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 144 198 -
CMYK 0.16 0.27 0 0.22
HSL 265.56º 0.32% 0.67% -
HSV(B) 265.56º 0.27% 0.78% -
XYZ 36.1 32.24 57.75 -
YUV 157.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 167 144 198 0.16 0.27 0 0.22 265.56 0.32 0.67
Hex A7 90 C6 10 1B 0 16 10A 20 43
Octal 247 220 306 20 33 0 26 412 40 103
Binary 10100111 10010000 11000110 10000 11011 0 10110 100001010 100000 1000011

Color Harmonies of #A790C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790C6

Black with #A790C6

Text Example


Text Example

White with #A790C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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