Html Css Color HEX #A752ED Medium Orchid

📋 copy color: '#A752ED'

red 167 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #A752ED

Tints of Medium Orchid #A752ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 34.36%
G = 16.87%
B = 48.77%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A752ED (or 0xA752ED) is known color: Medium Orchid. HEX triplet: A7, 52 and ED. RGB value is (167,82,237). Sum of RGB (Red+Green+Blue) = 167+82+237=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #A752ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752ED is #58AD12. Grayscale: #7C7C7C. Windows color (decimal): -5811475 or 15553191. OLE color: 15553191.

HSL color Cylindrical-coordinate representation of color #A752ED: hue angle of 272.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A752ED is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 82 237 -
CMYK 0.30 0.65 0 0.07
HSL 272.9º 0.81% 0.63% -
HSV(B) 272.9º 0.65% 0.93% -
XYZ 34.24 20.36 82.25 -
YUV 125.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 167 82 237 0.30 0.65 0 0.07 272.9 0.81 0.63
Hex A7 52 ED 1E 41 0 7 111 51 3F
Octal 247 122 355 36 101 0 7 421 121 77
Binary 10100111 1010010 11101101 11110 1000001 0 111 100010001 1010001 111111

Color Harmonies of #A752ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752ED

Black with #A752ED

Text Example


Text Example

White with #A752ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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