Html Css Color HEX #A452D3 Medium Orchid

📋 copy color: '#A452D3'

red 164 ◦ green 82 ◦ blue 211

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

Shades of Medium Orchid #A452D3

Tints of Medium Orchid #A452D3

RGB

 RED value IS 164 (64.45% from 255) = 35.89%

 GREEN value IS 82 (32.42% from 255) = 17.94%

 BLUE value IS 211 (82.81% from 255) = 46.17%

R = 35.89%
G = 17.94%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A452D3 (or 0xA452D3) is known color: Medium Orchid. HEX triplet: A4, 52 and D3. RGB value is (164,82,211). Sum of RGB (Red+Green+Blue) = 164+82+211=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #A452D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452D3 is #5BAD2C. Grayscale: #787878. Windows color (decimal): -6008109 or 13849252. OLE color: 13849252.

HSL color Cylindrical-coordinate representation of color #A452D3: hue angle of 278.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A452D3 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 82 211 -
CMYK 0.22 0.61 0 0.17
HSL 278.14º 0.59% 0.57% -
HSV(B) 278.14º 0.61% 0.83% -
XYZ 30.09 18.63 63.64 -
YUV 121.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 164 82 211 0.22 0.61 0 0.17 278.14 0.59 0.57
Hex A4 52 D3 16 3D 0 11 116 3B 39
Octal 244 122 323 26 75 0 21 426 73 71
Binary 10100100 1010010 11010011 10110 111101 0 10001 100010110 111011 111001

Color Harmonies of #A452D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452D3

Black with #A452D3

Text Example


Text Example

White with #A452D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452D3; }

 p { color: rgb(164,82,211); }

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

background-color css

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

 a { background-color: rgb(164,82,211); }

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

border-color css

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

 span { border-color: rgb(164,82,211); }

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