Html Css Color HEX #A752F4 Medium Orchid

📋 copy color: '#A752F4'

red 167 ◦ green 82 ◦ blue 244

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

Shades of Medium Orchid #A752F4

Tints of Medium Orchid #A752F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.49%

R = 33.87%
G = 16.63%
B = 49.49%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A752F4 (or 0xA752F4) is known color: Medium Orchid. HEX triplet: A7, 52 and F4. RGB value is (167,82,244). Sum of RGB (Red+Green+Blue) = 167+82+244=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #A752F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752F4 is #58AD0B. Grayscale: #7D7D7D. Windows color (decimal): -5811468 or 16011943. OLE color: 16011943.

HSL color Cylindrical-coordinate representation of color #A752F4: hue angle of 271.48º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A752F4 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 82 244 -
CMYK 0.32 0.66 0 0.04
HSL 271.48º 0.88% 0.64% -
HSV(B) 271.48º 0.66% 0.96% -
XYZ 35.28 20.78 87.74 -
YUV 125.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 167 82 244 0.32 0.66 0 0.04 271.48 0.88 0.64
Hex A7 52 F4 20 42 0 4 10F 58 40
Octal 247 122 364 40 102 0 4 417 130 100
Binary 10100111 1010010 11110100 100000 1000010 0 100 100001111 1011000 1000000

Color Harmonies of #A752F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752F4

Black with #A752F4

Text Example


Text Example

White with #A752F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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