Html Css Color HEX #A275DB Medium Purple

📋 copy color: '#A275DB'

red 162 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A275DB

Tints of Medium Purple #A275DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

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

R = 32.53%
G = 23.49%
B = 43.98%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A275DB (or 0xA275DB) is known color: Medium Purple. HEX triplet: A2, 75 and DB. RGB value is (162,117,219). Sum of RGB (Red+Green+Blue) = 162+117+219=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A275DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275DB is #5D8A24. Grayscale: #8D8D8D. Windows color (decimal): -6130213 or 14382498. OLE color: 14382498.

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

Color convert

RGB 162 117 219 -
CMYK 0.26 0.47 0 0.14
HSL 266.47º 0.59% 0.66% -
HSV(B) 266.47º 0.47% 0.86% -
XYZ 34.05 25.52 70.15 -
YUV 142.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 162 117 219 0.26 0.47 0 0.14 266.47 0.59 0.66
Hex A2 75 DB 1A 2F 0 E 10A 3B 42
Octal 242 165 333 32 57 0 16 412 73 102
Binary 10100010 1110101 11011011 11010 101111 0 1110 100001010 111011 1000010

Color Harmonies of #A275DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275DB

Black with #A275DB

Text Example


Text Example

White with #A275DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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