Html Css Color HEX #A652F5 Medium Orchid

📋 copy color: '#A652F5'

red 166 ◦ green 82 ◦ blue 245

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

Shades of Medium Orchid #A652F5

Tints of Medium Orchid #A652F5

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

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

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 33.67%
G = 16.63%
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

#A652F5 (or 0xA652F5) is known color: Medium Orchid. HEX triplet: A6, 52 and F5. RGB value is (166,82,245). Sum of RGB (Red+Green+Blue) = 166+82+245=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #A652F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A652F5 is #59AD0A. Grayscale: #7D7D7D. Windows color (decimal): -5877003 or 16077478. OLE color: 16077478.

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

Color convert

RGB 166 82 245 -
CMYK 0.32 0.67 0 0.04
HSL 270.92º 0.89% 0.64% -
HSV(B) 270.92º 0.67% 0.96% -
XYZ 35.22 20.73 88.53 -
YUV 125.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 166 82 245 0.32 0.67 0 0.04 270.92 0.89 0.64
Hex A6 52 F5 20 43 0 4 10F 59 40
Octal 246 122 365 40 103 0 4 417 131 100
Binary 10100110 1010010 11110101 100000 1000011 0 100 100001111 1011001 1000000

Color Harmonies of #A652F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A652F5

Black with #A652F5

Text Example


Text Example

White with #A652F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A652F5; }

 p { color: rgb(166,82,245); }

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

background-color css

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

 a { background-color: rgb(166,82,245); }

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

border-color css

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

 span { border-color: rgb(166,82,245); }

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