Html Css Color HEX #A07FCD Cold Purple

📋 copy color: '#A07FCD'

red 160 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A07FCD

Tints of Cold Purple #A07FCD

RGB

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

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

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

R = 32.52%
G = 25.81%
B = 41.67%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A07FCD (or 0xA07FCD) is known color: Cold Purple. HEX triplet: A0, 7F and CD. RGB value is (160,127,205). Sum of RGB (Red+Green+Blue) = 160+127+205=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCD is #5F8032. Grayscale: #919191. Windows color (decimal): -6258739 or 13467552. OLE color: 13467552.

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

Color convert

RGB 160 127 205 -
CMYK 0.22 0.38 0 0.20
HSL 265.38º 0.44% 0.65% -
HSV(B) 265.38º 0.38% 0.8% -
XYZ 33.11 27.06 61.24 -
YUV 145.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 160 127 205 0.22 0.38 0 0.20 265.38 0.44 0.65
Hex A0 7F CD 16 26 0 14 109 2C 41
Octal 240 177 315 26 46 0 24 411 54 101
Binary 10100000 1111111 11001101 10110 100110 0 10100 100001001 101100 1000001

Color Harmonies of #A07FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FCD

Black with #A07FCD

Text Example


Text Example

White with #A07FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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