Html Css Color HEX #A628DA Dark Orchid

📋 copy color: '#A628DA'

red 166 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #A628DA

Tints of Dark Orchid #A628DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 39.15%
G = 9.43%
B = 51.42%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A628DA (or 0xA628DA) is known color: Dark Orchid. HEX triplet: A6, 28 and DA. RGB value is (166,40,218). Sum of RGB (Red+Green+Blue) = 166+40+218=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #A628DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628DA is #59D725. Grayscale: #616161. Windows color (decimal): -5887782 or 14297254. OLE color: 14297254.

HSL color Cylindrical-coordinate representation of color #A628DA: hue angle of 282.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A628DA is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 40 218 -
CMYK 0.24 0.82 0 0.15
HSL 282.47º 0.71% 0.51% -
HSV(B) 282.47º 0.82% 0.85% -
XYZ 29.14 14.69 67.63 -
YUV 97.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 166 40 218 0.24 0.82 0 0.15 282.47 0.71 0.51
Hex A6 28 DA 18 52 0 F 11A 47 33
Octal 246 50 332 30 122 0 17 432 107 63
Binary 10100110 101000 11011010 11000 1010010 0 1111 100011010 1000111 110011

Color Harmonies of #A628DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628DA

Black with #A628DA

Text Example


Text Example

White with #A628DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628DA; }

 p { color: rgb(166,40,218); }

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

background-color css

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

 a { background-color: rgb(166,40,218); }

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

border-color css

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

 span { border-color: rgb(166,40,218); }

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