Html Css Color HEX #A07FD1 Cold Purple

📋 copy color: '#A07FD1'

red 160 ◦ green 127 ◦ blue 209

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

Shades of Cold Purple #A07FD1

Tints of Cold Purple #A07FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

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

R = 32.26%
G = 25.6%
B = 42.14%

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

#A07FD1 (or 0xA07FD1) is known color: Cold Purple. HEX triplet: A0, 7F and D1. RGB value is (160,127,209). Sum of RGB (Red+Green+Blue) = 160+127+209=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #A07FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FD1 is #5F802E. Grayscale: #919191. Windows color (decimal): -6258735 or 13729696. OLE color: 13729696.

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

Color convert

RGB 160 127 209 -
CMYK 0.23 0.39 0 0.18
HSL 264.15º 0.47% 0.66% -
HSV(B) 264.15º 0.39% 0.82% -
XYZ 33.6 27.26 63.81 -
YUV 146.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 160 127 209 0.23 0.39 0 0.18 264.15 0.47 0.66
Hex A0 7F D1 17 27 0 12 108 2F 42
Octal 240 177 321 27 47 0 22 410 57 102
Binary 10100000 1111111 11010001 10111 100111 0 10010 100001000 101111 1000010

Color Harmonies of #A07FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FD1

Black with #A07FD1

Text Example


Text Example

White with #A07FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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