Html Css Color HEX #A638DE Dark Orchid

📋 copy color: '#A638DE'

red 166 ◦ green 56 ◦ blue 222

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

Shades of Dark Orchid #A638DE

Tints of Dark Orchid #A638DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 37.39%
G = 12.61%
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

#A638DE (or 0xA638DE) is known color: Dark Orchid. HEX triplet: A6, 38 and DE. RGB value is (166,56,222). Sum of RGB (Red+Green+Blue) = 166+56+222=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #A638DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638DE is #59C721. Grayscale: #6B6B6B. Windows color (decimal): -5883682 or 14563494. OLE color: 14563494.

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

Color convert

RGB 166 56 222 -
CMYK 0.25 0.75 0 0.13
HSL 279.76º 0.72% 0.55% -
HSV(B) 279.76º 0.75% 0.87% -
XYZ 30.32 16.21 70.64 -
YUV 107.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 166 56 222 0.25 0.75 0 0.13 279.76 0.72 0.55
Hex A6 38 DE 19 4B 0 D 118 48 37
Octal 246 70 336 31 113 0 15 430 110 67
Binary 10100110 111000 11011110 11001 1001011 0 1101 100011000 1001000 110111

Color Harmonies of #A638DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638DE

Black with #A638DE

Text Example


Text Example

White with #A638DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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