Html Css Color HEX #A07ED1 Cold Purple

📋 copy color: '#A07ED1'

red 160 ◦ green 126 ◦ blue 209

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

Shades of Cold Purple #A07ED1

Tints of Cold Purple #A07ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.22%

R = 32.32%
G = 25.45%
B = 42.22%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A07ED1 (or 0xA07ED1) is known color: Cold Purple. HEX triplet: A0, 7E and D1. RGB value is (160,126,209). Sum of RGB (Red+Green+Blue) = 160+126+209=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #A07ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED1 is #5F812E. Grayscale: #919191. Windows color (decimal): -6258991 or 13729440. OLE color: 13729440.

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

Color convert

RGB 160 126 209 -
CMYK 0.23 0.40 0 0.18
HSL 264.58º 0.47% 0.66% -
HSV(B) 264.58º 0.4% 0.82% -
XYZ 33.47 27 63.77 -
YUV 145.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 160 126 209 0.23 0.40 0 0.18 264.58 0.47 0.66
Hex A0 7E D1 17 28 0 12 109 2F 42
Octal 240 176 321 27 50 0 22 411 57 102
Binary 10100000 1111110 11010001 10111 101000 0 10010 100001001 101111 1000010

Color Harmonies of #A07ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ED1

Black with #A07ED1

Text Example


Text Example

White with #A07ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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