Html Css Color HEX #A752E9 Medium Orchid

📋 copy color: '#A752E9'

red 167 ◦ green 82 ◦ blue 233

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

Shades of Medium Orchid #A752E9

Tints of Medium Orchid #A752E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.34%

R = 34.65%
G = 17.01%
B = 48.34%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A752E9 (or 0xA752E9) is known color: Medium Orchid. HEX triplet: A7, 52 and E9. RGB value is (167,82,233). Sum of RGB (Red+Green+Blue) = 167+82+233=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #A752E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752E9 is #58AD16. Grayscale: #7C7C7C. Windows color (decimal): -5811479 or 15291047. OLE color: 15291047.

HSL color Cylindrical-coordinate representation of color #A752E9: hue angle of 273.77º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A752E9 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 82 233 -
CMYK 0.28 0.65 0 0.09
HSL 273.77º 0.77% 0.62% -
HSV(B) 273.77º 0.65% 0.91% -
XYZ 33.66 20.13 79.2 -
YUV 124.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 167 82 233 0.28 0.65 0 0.09 273.77 0.77 0.62
Hex A7 52 E9 1C 41 0 9 112 4D 3E
Octal 247 122 351 34 101 0 11 422 115 76
Binary 10100111 1010010 11101001 11100 1000001 0 1001 100010010 1001101 111110

Color Harmonies of #A752E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752E9

Black with #A752E9

Text Example


Text Example

White with #A752E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752E9; }

 p { color: rgb(167,82,233); }

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

background-color css

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

 a { background-color: rgb(167,82,233); }

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

border-color css

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

 span { border-color: rgb(167,82,233); }

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