Html Css Color HEX #A07FCE Cold Purple

📋 copy color: '#A07FCE'

red 160 ◦ green 127 ◦ blue 206

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

Shades of Cold Purple #A07FCE

Tints of Cold Purple #A07FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 32.45%
G = 25.76%
B = 41.78%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A07FCE (or 0xA07FCE) is known color: Cold Purple. HEX triplet: A0, 7F and CE. RGB value is (160,127,206). Sum of RGB (Red+Green+Blue) = 160+127+206=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A07FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCE is #5F8031. Grayscale: #919191. Windows color (decimal): -6258738 or 13533088. OLE color: 13533088.

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

Color convert

RGB 160 127 206 -
CMYK 0.22 0.38 0 0.19
HSL 265.06º 0.45% 0.65% -
HSV(B) 265.06º 0.38% 0.81% -
XYZ 33.23 27.11 61.87 -
YUV 145.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 160 127 206 0.22 0.38 0 0.19 265.06 0.45 0.65
Hex A0 7F CE 16 26 0 13 109 2D 41
Octal 240 177 316 26 46 0 23 411 55 101
Binary 10100000 1111111 11001110 10110 100110 0 10011 100001001 101101 1000001

Color Harmonies of #A07FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FCE

Black with #A07FCE

Text Example


Text Example

White with #A07FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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