Html Css Color HEX #A634BC Dark Orchid

📋 copy color: '#A634BC'

red 166 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #A634BC

Tints of Dark Orchid #A634BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 40.89%
G = 12.81%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A634BC (or 0xA634BC) is known color: Dark Orchid. HEX triplet: A6, 34 and BC. RGB value is (166,52,188). Sum of RGB (Red+Green+Blue) = 166+52+188=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A634BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634BC is #59CB43. Grayscale: #656565. Windows color (decimal): -5884740 or 12334246. OLE color: 12334246.

HSL color Cylindrical-coordinate representation of color #A634BC: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A634BC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 52 188 -
CMYK 0.12 0.72 0 0.26
HSL 290.29º 0.57% 0.47% -
HSV(B) 290.29º 0.72% 0.74% -
XYZ 26.03 14.19 48.94 -
YUV 101.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 166 52 188 0.12 0.72 0 0.26 290.29 0.57 0.47
Hex A6 34 BC C 48 0 1A 122 39 2F
Octal 246 64 274 14 110 0 32 442 71 57
Binary 10100110 110100 10111100 1100 1001000 0 11010 100100010 111001 101111

Color Harmonies of #A634BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634BC

Black with #A634BC

Text Example


Text Example

White with #A634BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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