Html Css Color HEX #A626DD Dark Orchid

📋 copy color: '#A626DD'

red 166 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #A626DD

Tints of Dark Orchid #A626DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.94%

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

R = 39.06%
G = 8.94%
B = 52%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A626DD (or 0xA626DD) is known color: Dark Orchid. HEX triplet: A6, 26 and DD. RGB value is (166,38,221). Sum of RGB (Red+Green+Blue) = 166+38+221=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #A626DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626DD is #59D922. Grayscale: #606060. Windows color (decimal): -5888291 or 14493350. OLE color: 14493350.

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

Color convert

RGB 166 38 221 -
CMYK 0.25 0.83 0 0.13
HSL 281.97º 0.73% 0.51% -
HSV(B) 281.97º 0.83% 0.87% -
XYZ 29.47 14.71 69.69 -
YUV 97.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 166 38 221 0.25 0.83 0 0.13 281.97 0.73 0.51
Hex A6 26 DD 19 53 0 D 11A 49 33
Octal 246 46 335 31 123 0 15 432 111 63
Binary 10100110 100110 11011101 11001 1010011 0 1101 100011010 1001001 110011

Color Harmonies of #A626DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626DD

Black with #A626DD

Text Example


Text Example

White with #A626DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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