Html Css Color HEX #A627BE Dark Orchid

📋 copy color: '#A627BE'

red 166 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #A627BE

Tints of Dark Orchid #A627BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.87%

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 42.03%
G = 9.87%
B = 48.1%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A627BE (or 0xA627BE) is known color: Dark Orchid. HEX triplet: A6, 27 and BE. RGB value is (166,39,190). Sum of RGB (Red+Green+Blue) = 166+39+190=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #A627BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627BE is #59D841. Grayscale: #5D5D5D. Windows color (decimal): -5888066 or 12461990. OLE color: 12461990.

HSL color Cylindrical-coordinate representation of color #A627BE: hue angle of 290.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A627BE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 39 190 -
CMYK 0.13 0.79 0 0.25
HSL 290.46º 0.66% 0.45% -
HSV(B) 290.46º 0.79% 0.75% -
XYZ 25.75 13.28 49.92 -
YUV 94.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 166 39 190 0.13 0.79 0 0.25 290.46 0.66 0.45
Hex A6 27 BE D 4F 0 19 122 42 2D
Octal 246 47 276 15 117 0 31 442 102 55
Binary 10100110 100111 10111110 1101 1001111 0 11001 100100010 1000010 101101

Color Harmonies of #A627BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627BE

Black with #A627BE

Text Example


Text Example

White with #A627BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627BE; }

 p { color: rgb(166,39,190); }

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

background-color css

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

 a { background-color: rgb(166,39,190); }

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

border-color css

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

 span { border-color: rgb(166,39,190); }

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