Html Css Color HEX #A07ECC Cold Purple

📋 copy color: '#A07ECC'

red 160 ◦ green 126 ◦ blue 204

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

Shades of Cold Purple #A07ECC

Tints of Cold Purple #A07ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 32.65%
G = 25.71%
B = 41.63%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A07ECC (or 0xA07ECC) is known color: Cold Purple. HEX triplet: A0, 7E and CC. RGB value is (160,126,204). Sum of RGB (Red+Green+Blue) = 160+126+204=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A07ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECC is #5F8133. Grayscale: #909090. Windows color (decimal): -6258996 or 13401760. OLE color: 13401760.

HSL color Cylindrical-coordinate representation of color #A07ECC: hue angle of 266.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07ECC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 126 204 -
CMYK 0.22 0.38 0 0.2
HSL 266.15º 0.43% 0.65% -
HSV(B) 266.15º 0.38% 0.8% -
XYZ 32.86 26.75 60.56 -
YUV 145.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 160 126 204 0.22 0.38 0 0.2 266.15 0.43 0.65
Hex A0 7E CC 16 26 0 14 10A 2B 41
Octal 240 176 314 26 46 0 24 412 53 101
Binary 10100000 1111110 11001100 10110 100110 0 10100 100001010 101011 1000001

Color Harmonies of #A07ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ECC

Black with #A07ECC

Text Example


Text Example

White with #A07ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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