Html Css Color HEX #A638CE Dark Orchid

📋 copy color: '#A638CE'

red 166 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #A638CE

Tints of Dark Orchid #A638CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 38.79%
G = 13.08%
B = 48.13%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A638CE (or 0xA638CE) is known color: Dark Orchid. HEX triplet: A6, 38 and CE. RGB value is (166,56,206). Sum of RGB (Red+Green+Blue) = 166+56+206=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A638CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638CE is #59C731. Grayscale: #696969. Windows color (decimal): -5883698 or 13514918. OLE color: 13514918.

HSL color Cylindrical-coordinate representation of color #A638CE: hue angle of 284º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A638CE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 56 206 -
CMYK 0.19 0.73 0 0.19
HSL 284º 0.6% 0.51% -
HSV(B) 284º 0.73% 0.81% -
XYZ 28.28 15.39 59.87 -
YUV 105.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 166 56 206 0.19 0.73 0 0.19 284 0.6 0.51
Hex A6 38 CE 13 49 0 13 11C 3C 33
Octal 246 70 316 23 111 0 23 434 74 63
Binary 10100110 111000 11001110 10011 1001001 0 10011 100011100 111100 110011

Color Harmonies of #A638CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638CE

Black with #A638CE

Text Example


Text Example

White with #A638CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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