Html Css Color HEX #A07ED0 Cold Purple

📋 copy color: '#A07ED0'

red 160 ◦ green 126 ◦ blue 208

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

Shades of Cold Purple #A07ED0

Tints of Cold Purple #A07ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 32.39%
G = 25.51%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A07ED0 (or 0xA07ED0) is known color: Cold Purple. HEX triplet: A0, 7E and D0. RGB value is (160,126,208). Sum of RGB (Red+Green+Blue) = 160+126+208=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #A07ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED0 is #5F812F. Grayscale: #919191. Windows color (decimal): -6258992 or 13663904. OLE color: 13663904.

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

Color convert

RGB 160 126 208 -
CMYK 0.23 0.39 0 0.18
HSL 264.88º 0.47% 0.65% -
HSV(B) 264.88º 0.39% 0.82% -
XYZ 33.34 26.95 63.12 -
YUV 145.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 160 126 208 0.23 0.39 0 0.18 264.88 0.47 0.65
Hex A0 7E D0 17 27 0 12 109 2F 41
Octal 240 176 320 27 47 0 22 411 57 101
Binary 10100000 1111110 11010000 10111 100111 0 10010 100001001 101111 1000001

Color Harmonies of #A07ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ED0

Black with #A07ED0

Text Example


Text Example

White with #A07ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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