Html Css Color HEX #A790C5 Cold Purple

📋 copy color: '#A790C5'

red 167 ◦ green 144 ◦ blue 197

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

Shades of Cold Purple #A790C5

Tints of Cold Purple #A790C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 32.87%
G = 28.35%
B = 38.78%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A790C5 (or 0xA790C5) is known color: Cold Purple. HEX triplet: A7, 90 and C5. RGB value is (167,144,197). Sum of RGB (Red+Green+Blue) = 167+144+197=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A790C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790C5 is #586F3A. Grayscale: #9C9C9C. Windows color (decimal): -5795643 or 12947623. OLE color: 12947623.

HSL color Cylindrical-coordinate representation of color #A790C5: hue angle of 266.04º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A790C5 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 144 197 -
CMYK 0.15 0.27 0 0.23
HSL 266.04º 0.31% 0.67% -
HSV(B) 266.04º 0.27% 0.77% -
XYZ 35.99 32.19 57.14 -
YUV 156.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 167 144 197 0.15 0.27 0 0.23 266.04 0.31 0.67
Hex A7 90 C5 F 1B 0 17 10A 1F 43
Octal 247 220 305 17 33 0 27 412 37 103
Binary 10100111 10010000 11000101 1111 11011 0 10111 100001010 11111 1000011

Color Harmonies of #A790C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790C5

Black with #A790C5

Text Example


Text Example

White with #A790C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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