Html Css Color HEX #A627B5 Dark Orchid

📋 copy color: '#A627B5'

red 166 ◦ green 39 ◦ blue 181

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

Shades of Dark Orchid #A627B5

Tints of Dark Orchid #A627B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 43.01%
G = 10.1%
B = 46.89%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A627B5 (or 0xA627B5) is known color: Dark Orchid. HEX triplet: A6, 27 and B5. RGB value is (166,39,181). Sum of RGB (Red+Green+Blue) = 166+39+181=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #A627B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627B5 is #59D84A. Grayscale: #5C5C5C. Windows color (decimal): -5888075 or 11872166. OLE color: 11872166.

HSL color Cylindrical-coordinate representation of color #A627B5: hue angle of 293.66º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A627B5 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 39 181 -
CMYK 0.08 0.78 0 0.29
HSL 293.66º 0.65% 0.43% -
HSV(B) 293.66º 0.78% 0.71% -
XYZ 24.79 12.89 44.9 -
YUV 93.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 166 39 181 0.08 0.78 0 0.29 293.66 0.65 0.43
Hex A6 27 B5 8 4E 0 1D 126 41 2B
Octal 246 47 265 10 116 0 35 446 101 53
Binary 10100110 100111 10110101 1000 1001110 0 11101 100100110 1000001 101011

Color Harmonies of #A627B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627B5

Black with #A627B5

Text Example


Text Example

White with #A627B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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