Html Css Color HEX #A281DB Medium Purple

📋 copy color: '#A281DB'

red 162 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #A281DB

Tints of Medium Purple #A281DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 31.76%
G = 25.29%
B = 42.94%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A281DB (or 0xA281DB) is known color: Medium Purple. HEX triplet: A2, 81 and DB. RGB value is (162,129,219). Sum of RGB (Red+Green+Blue) = 162+129+219=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A281DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281DB is #5D7E24. Grayscale: #949494. Windows color (decimal): -6127141 or 14385570. OLE color: 14385570.

HSL color Cylindrical-coordinate representation of color #A281DB: hue angle of 262º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A281DB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 129 219 -
CMYK 0.26 0.41 0 0.14
HSL 262º 0.56% 0.68% -
HSV(B) 262º 0.41% 0.86% -
XYZ 35.54 28.5 70.65 -
YUV 149.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 162 129 219 0.26 0.41 0 0.14 262 0.56 0.68
Hex A2 81 DB 1A 29 0 E 106 38 44
Octal 242 201 333 32 51 0 16 406 70 104
Binary 10100010 10000001 11011011 11010 101001 0 1110 100000110 111000 1000100

Color Harmonies of #A281DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A281DB

Black with #A281DB

Text Example


Text Example

White with #A281DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A281DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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