Html Css Color HEX #A281C6 Cold Purple

📋 copy color: '#A281C6'

red 162 ◦ green 129 ◦ blue 198

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

Shades of Cold Purple #A281C6

Tints of Cold Purple #A281C6

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

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

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 33.13%
G = 26.38%
B = 40.49%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A281C6 (or 0xA281C6) is known color: Cold Purple. HEX triplet: A2, 81 and C6. RGB value is (162,129,198). Sum of RGB (Red+Green+Blue) = 162+129+198=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #A281C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281C6 is #5D7E39. Grayscale: #929292. Windows color (decimal): -6127162 or 13009314. OLE color: 13009314.

HSL color Cylindrical-coordinate representation of color #A281C6: hue angle of 268.7º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A281C6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 129 198 -
CMYK 0.18 0.35 0 0.22
HSL 268.7º 0.38% 0.64% -
HSV(B) 268.7º 0.35% 0.78% -
XYZ 32.94 27.46 56.99 -
YUV 146.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 162 129 198 0.18 0.35 0 0.22 268.7 0.38 0.64
Hex A2 81 C6 12 23 0 16 10D 26 40
Octal 242 201 306 22 43 0 26 415 46 100
Binary 10100010 10000001 11000110 10010 100011 0 10110 100001101 100110 1000000

Color Harmonies of #A281C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A281C6

Black with #A281C6

Text Example


Text Example

White with #A281C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A281C6; }

 p { color: rgb(162,129,198); }

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

background-color css

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

 a { background-color: rgb(162,129,198); }

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

border-color css

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

 span { border-color: rgb(162,129,198); }

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