Html Css Color HEX #A07ECD Cold Purple

📋 copy color: '#A07ECD'

red 160 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #A07ECD

Tints of Cold Purple #A07ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 32.59%
G = 25.66%
B = 41.75%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A07ECD (or 0xA07ECD) is known color: Cold Purple. HEX triplet: A0, 7E and CD. RGB value is (160,126,205). Sum of RGB (Red+Green+Blue) = 160+126+205=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECD is #5F8132. Grayscale: #909090. Windows color (decimal): -6258995 or 13467296. OLE color: 13467296.

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

Color convert

RGB 160 126 205 -
CMYK 0.22 0.39 0 0.20
HSL 265.82º 0.44% 0.65% -
HSV(B) 265.82º 0.39% 0.8% -
XYZ 32.98 26.8 61.19 -
YUV 145.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 160 126 205 0.22 0.39 0 0.20 265.82 0.44 0.65
Hex A0 7E CD 16 27 0 14 10A 2C 41
Octal 240 176 315 26 47 0 24 412 54 101
Binary 10100000 1111110 11001101 10110 100111 0 10100 100001010 101100 1000001

Color Harmonies of #A07ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ECD

Black with #A07ECD

Text Example


Text Example

White with #A07ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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