Html Css Color HEX #A852F6 Medium Orchid

📋 copy color: '#A852F6'

red 168 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #A852F6

Tints of Medium Orchid #A852F6

RGB

 RED value IS 168 (66.02% from 255) = 33.87%

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

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

R = 33.87%
G = 16.53%
B = 49.6%

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

#A852F6 (or 0xA852F6) is known color: Medium Orchid. HEX triplet: A8, 52 and F6. RGB value is (168,82,246). Sum of RGB (Red+Green+Blue) = 168+82+246=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #A852F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852F6 is #57AD09. Grayscale: #7D7D7D. Windows color (decimal): -5745930 or 16143016. OLE color: 16143016.

HSL color Cylindrical-coordinate representation of color #A852F6: hue angle of 271.46º 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 #A852F6 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 82 246 -
CMYK 0.32 0.67 0 0.04
HSL 271.46º 0.9% 0.64% -
HSV(B) 271.46º 0.67% 0.96% -
XYZ 35.8 21.01 89.36 -
YUV 126.41 195.49 157.66 -
System Red Green Blue C M Y K H S L
Decimal 168 82 246 0.32 0.67 0 0.04 271.46 0.9 0.64
Hex A8 52 F6 20 43 0 4 10F 5A 40
Octal 250 122 366 40 103 0 4 417 132 100
Binary 10101000 1010010 11110110 100000 1000011 0 100 100001111 1011010 1000000

Color Harmonies of #A852F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852F6

Black with #A852F6

Text Example


Text Example

White with #A852F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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