Html Css Color HEX #A634BE Dark Orchid

📋 copy color: '#A634BE'

red 166 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #A634BE

Tints of Dark Orchid #A634BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.75%

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

R = 40.69%
G = 12.75%
B = 46.57%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A634BE (or 0xA634BE) is known color: Dark Orchid. HEX triplet: A6, 34 and BE. RGB value is (166,52,190). Sum of RGB (Red+Green+Blue) = 166+52+190=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A634BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634BE is #59CB41. Grayscale: #656565. Windows color (decimal): -5884738 or 12465318. OLE color: 12465318.

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

Color convert

RGB 166 52 190 -
CMYK 0.13 0.73 0 0.25
HSL 289.57º 0.57% 0.47% -
HSV(B) 289.57º 0.73% 0.75% -
XYZ 26.25 14.28 50.09 -
YUV 101.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 166 52 190 0.13 0.73 0 0.25 289.57 0.57 0.47
Hex A6 34 BE D 49 0 19 122 39 2F
Octal 246 64 276 15 111 0 31 442 71 57
Binary 10100110 110100 10111110 1101 1001001 0 11001 100100010 111001 101111

Color Harmonies of #A634BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634BE

Black with #A634BE

Text Example


Text Example

White with #A634BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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