Html Css Color HEX #A792C6 Cold Purple

📋 copy color: '#A792C6'

red 167 ◦ green 146 ◦ blue 198

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

Shades of Cold Purple #A792C6

Tints of Cold Purple #A792C6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 32.68%
G = 28.57%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A792C6 (or 0xA792C6) is known color: Cold Purple. HEX triplet: A7, 92 and C6. RGB value is (167,146,198). Sum of RGB (Red+Green+Blue) = 167+146+198=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #A792C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792C6 is #586D39. Grayscale: #9E9E9E. Windows color (decimal): -5795130 or 13013671. OLE color: 13013671.

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

Color convert

RGB 167 146 198 -
CMYK 0.16 0.26 0 0.22
HSL 264.23º 0.31% 0.67% -
HSV(B) 264.23º 0.26% 0.78% -
XYZ 36.41 32.85 57.85 -
YUV 158.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 167 146 198 0.16 0.26 0 0.22 264.23 0.31 0.67
Hex A7 92 C6 10 1A 0 16 108 1F 43
Octal 247 222 306 20 32 0 26 410 37 103
Binary 10100111 10010010 11000110 10000 11010 0 10110 100001000 11111 1000011

Color Harmonies of #A792C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A792C6

Black with #A792C6

Text Example


Text Example

White with #A792C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A792C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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