Html Css Color HEX #A07EC6 Cold Purple

📋 copy color: '#A07EC6'

red 160 ◦ green 126 ◦ blue 198

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

Shades of Cold Purple #A07EC6

Tints of Cold Purple #A07EC6

RGB

 RED value IS 160 (62.89% from 255) = 33.06%

 GREEN value IS 126 (49.61% from 255) = 26.03%

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

R = 33.06%
G = 26.03%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A07EC6 (or 0xA07EC6) is known color: Cold Purple. HEX triplet: A0, 7E and C6. RGB value is (160,126,198). Sum of RGB (Red+Green+Blue) = 160+126+198=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #A07EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EC6 is #5F8139. Grayscale: #909090. Windows color (decimal): -6259002 or 13008544. OLE color: 13008544.

HSL color Cylindrical-coordinate representation of color #A07EC6: hue angle of 268.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07EC6 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 126 198 -
CMYK 0.19 0.36 0 0.22
HSL 268.33º 0.39% 0.64% -
HSV(B) 268.33º 0.36% 0.78% -
XYZ 32.15 26.47 56.84 -
YUV 144.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 160 126 198 0.19 0.36 0 0.22 268.33 0.39 0.64
Hex A0 7E C6 13 24 0 16 10C 27 40
Octal 240 176 306 23 44 0 26 414 47 100
Binary 10100000 1111110 11000110 10011 100100 0 10110 100001100 100111 1000000

Color Harmonies of #A07EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EC6

Black with #A07EC6

Text Example


Text Example

White with #A07EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EC6; }

 p { color: rgb(160,126,198); }

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

background-color css

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

 a { background-color: rgb(160,126,198); }

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

border-color css

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

 span { border-color: rgb(160,126,198); }

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