Html Css Color HEX #A07ECF Cold Purple

📋 copy color: '#A07ECF'

red 160 ◦ green 126 ◦ blue 207

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

Shades of Cold Purple #A07ECF

Tints of Cold Purple #A07ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 32.45%
G = 25.56%
B = 41.99%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A07ECF (or 0xA07ECF) is known color: Cold Purple. HEX triplet: A0, 7E and CF. RGB value is (160,126,207). Sum of RGB (Red+Green+Blue) = 160+126+207=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A07ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECF is #5F8130. Grayscale: #919191. Windows color (decimal): -6258993 or 13598368. OLE color: 13598368.

HSL color Cylindrical-coordinate representation of color #A07ECF: hue angle of 265.19º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07ECF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 126 207 -
CMYK 0.23 0.39 0 0.19
HSL 265.19º 0.46% 0.65% -
HSV(B) 265.19º 0.39% 0.81% -
XYZ 33.22 26.9 62.47 -
YUV 145.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 160 126 207 0.23 0.39 0 0.19 265.19 0.46 0.65
Hex A0 7E CF 17 27 0 13 109 2E 41
Octal 240 176 317 27 47 0 23 411 56 101
Binary 10100000 1111110 11001111 10111 100111 0 10011 100001001 101110 1000001

Color Harmonies of #A07ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ECF

Black with #A07ECF

Text Example


Text Example

White with #A07ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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