Html Css Color HEX #A752F6 Medium Orchid

📋 copy color: '#A752F6'

red 167 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #A752F6

Tints of Medium Orchid #A752F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 33.74%
G = 16.57%
B = 49.7%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A752F6 (or 0xA752F6) is known color: Medium Orchid. HEX triplet: A7, 52 and F6. RGB value is (167,82,246). Sum of RGB (Red+Green+Blue) = 167+82+246=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A752F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752F6 is #58AD09. Grayscale: #7D7D7D. Windows color (decimal): -5811466 or 16143015. OLE color: 16143015.

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

Color convert

RGB 167 82 246 -
CMYK 0.32 0.67 0 0.04
HSL 271.1º 0.9% 0.64% -
HSV(B) 271.1º 0.67% 0.96% -
XYZ 35.59 20.9 89.35 -
YUV 126.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 167 82 246 0.32 0.67 0 0.04 271.1 0.9 0.64
Hex A7 52 F6 20 43 0 4 10F 5A 40
Octal 247 122 366 40 103 0 4 417 132 100
Binary 10100111 1010010 11110110 100000 1000011 0 100 100001111 1011010 1000000

Color Harmonies of #A752F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752F6

Black with #A752F6

Text Example


Text Example

White with #A752F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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