Html Css Color HEX #A795C4 Cold Purple

📋 copy color: '#A795C4'

red 167 ◦ green 149 ◦ blue 196

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

Shades of Cold Purple #A795C4

Tints of Cold Purple #A795C4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 32.62%
G = 29.1%
B = 38.28%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A795C4 (or 0xA795C4) is known color: Cold Purple. HEX triplet: A7, 95 and C4. RGB value is (167,149,196). Sum of RGB (Red+Green+Blue) = 167+149+196=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #A795C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795C4 is #586A3B. Grayscale: #9F9F9F. Windows color (decimal): -5794364 or 12883367. OLE color: 12883367.

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

Color convert

RGB 167 149 196 -
CMYK 0.15 0.24 0 0.23
HSL 262.98º 0.28% 0.68% -
HSV(B) 262.98º 0.24% 0.77% -
XYZ 36.65 33.7 56.8 -
YUV 159.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 167 149 196 0.15 0.24 0 0.23 262.98 0.28 0.68
Hex A7 95 C4 F 18 0 17 107 1C 44
Octal 247 225 304 17 30 0 27 407 34 104
Binary 10100111 10010101 11000100 1111 11000 0 10111 100000111 11100 1000100

Color Harmonies of #A795C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795C4

Black with #A795C4

Text Example


Text Example

White with #A795C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795C4; }

 p { color: rgb(167,149,196); }

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

background-color css

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

 a { background-color: rgb(167,149,196); }

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

border-color css

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

 span { border-color: rgb(167,149,196); }

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