Html Css Color HEX #A781CD Cold Purple

📋 copy color: '#A781CD'

red 167 ◦ green 129 ◦ blue 205

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

Shades of Cold Purple #A781CD

Tints of Cold Purple #A781CD

RGB

 RED value IS 167 (65.63% from 255) = 33.33%

 GREEN value IS 129 (50.78% from 255) = 25.75%

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

R = 33.33%
G = 25.75%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A781CD (or 0xA781CD) is known color: Cold Purple. HEX triplet: A7, 81 and CD. RGB value is (167,129,205). Sum of RGB (Red+Green+Blue) = 167+129+205=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A781CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781CD is #587E32. Grayscale: #949494. Windows color (decimal): -5799475 or 13468071. OLE color: 13468071.

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

Color convert

RGB 167 129 205 -
CMYK 0.19 0.37 0 0.20
HSL 270º 0.43% 0.65% -
HSV(B) 270º 0.37% 0.8% -
XYZ 34.81 28.32 61.39 -
YUV 149.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 167 129 205 0.19 0.37 0 0.20 270 0.43 0.65
Hex A7 81 CD 13 25 0 14 10E 2B 41
Octal 247 201 315 23 45 0 24 416 53 101
Binary 10100111 10000001 11001101 10011 100101 0 10100 100001110 101011 1000001

Color Harmonies of #A781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781CD

Black with #A781CD

Text Example


Text Example

White with #A781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781CD; }

 p { color: rgb(167,129,205); }

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

background-color css

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

 a { background-color: rgb(167,129,205); }

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

border-color css

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

 span { border-color: rgb(167,129,205); }

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