Html Css Color HEX #A752E1 Medium Orchid

📋 copy color: '#A752E1'

red 167 ◦ green 82 ◦ blue 225

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

Shades of Medium Orchid #A752E1

Tints of Medium Orchid #A752E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 35.23%
G = 17.3%
B = 47.47%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A752E1 (or 0xA752E1) is known color: Medium Orchid. HEX triplet: A7, 52 and E1. RGB value is (167,82,225). Sum of RGB (Red+Green+Blue) = 167+82+225=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #A752E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752E1 is #58AD1E. Grayscale: #7B7B7B. Windows color (decimal): -5811487 or 14766759. OLE color: 14766759.

HSL color Cylindrical-coordinate representation of color #A752E1: hue angle of 275.66º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A752E1 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 82 225 -
CMYK 0.26 0.64 0 0.12
HSL 275.66º 0.7% 0.6% -
HSV(B) 275.66º 0.64% 0.88% -
XYZ 32.54 19.69 73.32 -
YUV 123.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 167 82 225 0.26 0.64 0 0.12 275.66 0.7 0.6
Hex A7 52 E1 1A 40 0 C 114 46 3C
Octal 247 122 341 32 100 0 14 424 106 74
Binary 10100111 1010010 11100001 11010 1000000 0 1100 100010100 1000110 111100

Color Harmonies of #A752E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752E1

Black with #A752E1

Text Example


Text Example

White with #A752E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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