Html Css Color HEX #A634DD Dark Orchid

📋 copy color: '#A634DD'

red 166 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #A634DD

Tints of Dark Orchid #A634DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 37.81%
G = 11.85%
B = 50.34%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A634DD (or 0xA634DD) is known color: Dark Orchid. HEX triplet: A6, 34 and DD. RGB value is (166,52,221). Sum of RGB (Red+Green+Blue) = 166+52+221=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A634DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634DD is #59CB22. Grayscale: #686868. Windows color (decimal): -5884707 or 14496934. OLE color: 14496934.

HSL color Cylindrical-coordinate representation of color #A634DD: hue angle of 280.47º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A634DD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 52 221 -
CMYK 0.25 0.76 0 0.13
HSL 280.47º 0.71% 0.54% -
HSV(B) 280.47º 0.76% 0.87% -
XYZ 30.01 15.78 69.87 -
YUV 105.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 166 52 221 0.25 0.76 0 0.13 280.47 0.71 0.54
Hex A6 34 DD 19 4C 0 D 118 47 36
Octal 246 64 335 31 114 0 15 430 107 66
Binary 10100110 110100 11011101 11001 1001100 0 1101 100011000 1000111 110110

Color Harmonies of #A634DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634DD

Black with #A634DD

Text Example


Text Example

White with #A634DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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