Html Css Color HEX #A652CF Medium Orchid

📋 copy color: '#A652CF'

red 166 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #A652CF

Tints of Medium Orchid #A652CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 36.48%
G = 18.02%
B = 45.49%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A652CF (or 0xA652CF) is known color: Medium Orchid. HEX triplet: A6, 52 and CF. RGB value is (166,82,207). Sum of RGB (Red+Green+Blue) = 166+82+207=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A652CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652CF is #59AD30. Grayscale: #787878. Windows color (decimal): -5877041 or 13587110. OLE color: 13587110.

HSL color Cylindrical-coordinate representation of color #A652CF: hue angle of 280.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A652CF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 82 207 -
CMYK 0.20 0.60 0 0.19
HSL 280.32º 0.57% 0.57% -
HSV(B) 280.32º 0.6% 0.81% -
XYZ 30.01 18.65 61.05 -
YUV 121.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 166 82 207 0.20 0.60 0 0.19 280.32 0.57 0.57
Hex A6 52 CF 14 3C 0 13 118 39 39
Octal 246 122 317 24 74 0 23 430 71 71
Binary 10100110 1010010 11001111 10100 111100 0 10011 100011000 111001 111001

Color Harmonies of #A652CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A652CF

Black with #A652CF

Text Example


Text Example

White with #A652CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A652CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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