Html Css Color HEX #A637DD Dark Orchid

📋 copy color: '#A637DD'

red 166 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #A637DD

Tints of Dark Orchid #A637DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.44%

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

R = 37.56%
G = 12.44%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A637DD (or 0xA637DD) is known color: Dark Orchid. HEX triplet: A6, 37 and DD. RGB value is (166,55,221). Sum of RGB (Red+Green+Blue) = 166+55+221=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A637DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637DD is #59C822. Grayscale: #6A6A6A. Windows color (decimal): -5883939 or 14497702. OLE color: 14497702.

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

Color convert

RGB 166 55 221 -
CMYK 0.25 0.75 0 0.13
HSL 280.12º 0.71% 0.54% -
HSV(B) 280.12º 0.75% 0.87% -
XYZ 30.14 16.06 69.92 -
YUV 107.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 166 55 221 0.25 0.75 0 0.13 280.12 0.71 0.54
Hex A6 37 DD 19 4B 0 D 118 47 36
Octal 246 67 335 31 113 0 15 430 107 66
Binary 10100110 110111 11011101 11001 1001011 0 1101 100011000 1000111 110110

Color Harmonies of #A637DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A637DD

Black with #A637DD

Text Example


Text Example

White with #A637DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A637DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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