Html Css Color HEX #A638DB Dark Orchid

📋 copy color: '#A638DB'

red 166 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #A638DB

Tints of Dark Orchid #A638DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 37.64%
G = 12.7%
B = 49.66%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A638DB (or 0xA638DB) is known color: Dark Orchid. HEX triplet: A6, 38 and DB. RGB value is (166,56,219). Sum of RGB (Red+Green+Blue) = 166+56+219=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A638DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638DB is #59C724. Grayscale: #6A6A6A. Windows color (decimal): -5883685 or 14366886. OLE color: 14366886.

HSL color Cylindrical-coordinate representation of color #A638DB: hue angle of 280.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A638DB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 56 219 -
CMYK 0.24 0.74 0 0.14
HSL 280.49º 0.69% 0.54% -
HSV(B) 280.49º 0.74% 0.86% -
XYZ 29.93 16.05 68.54 -
YUV 107.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 166 56 219 0.24 0.74 0 0.14 280.49 0.69 0.54
Hex A6 38 DB 18 4A 0 E 118 45 36
Octal 246 70 333 30 112 0 16 430 105 66
Binary 10100110 111000 11011011 11000 1001010 0 1110 100011000 1000101 110110

Color Harmonies of #A638DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638DB

Black with #A638DB

Text Example


Text Example

White with #A638DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638DB; }

 p { color: rgb(166,56,219); }

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

background-color css

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

 a { background-color: rgb(166,56,219); }

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

border-color css

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

 span { border-color: rgb(166,56,219); }

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