Html Css Color HEX #A752EE Medium Orchid

📋 copy color: '#A752EE'

red 167 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #A752EE

Tints of Medium Orchid #A752EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 34.29%
G = 16.84%
B = 48.87%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A752EE (or 0xA752EE) is known color: Medium Orchid. HEX triplet: A7, 52 and EE. RGB value is (167,82,238). Sum of RGB (Red+Green+Blue) = 167+82+238=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A752EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752EE is #58AD11. Grayscale: #7C7C7C. Windows color (decimal): -5811474 or 15618727. OLE color: 15618727.

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

Color convert

RGB 167 82 238 -
CMYK 0.30 0.66 0 0.07
HSL 272.69º 0.82% 0.63% -
HSV(B) 272.69º 0.66% 0.93% -
XYZ 34.39 20.42 83.02 -
YUV 125.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 167 82 238 0.30 0.66 0 0.07 272.69 0.82 0.63
Hex A7 52 EE 1E 42 0 7 111 52 3F
Octal 247 122 356 36 102 0 7 421 122 77
Binary 10100111 1010010 11101110 11110 1000010 0 111 100010001 1010010 111111

Color Harmonies of #A752EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752EE

Black with #A752EE

Text Example


Text Example

White with #A752EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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