Html Css Color HEX #A638D8 Dark Orchid

📋 copy color: '#A638D8'

red 166 ◦ green 56 ◦ blue 216

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

Shades of Dark Orchid #A638D8

Tints of Dark Orchid #A638D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.32%

R = 37.9%
G = 12.79%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A638D8 (or 0xA638D8) is known color: Dark Orchid. HEX triplet: A6, 38 and D8. RGB value is (166,56,216). Sum of RGB (Red+Green+Blue) = 166+56+216=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #A638D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638D8 is #59C727. Grayscale: #6A6A6A. Windows color (decimal): -5883688 or 14170278. OLE color: 14170278.

HSL color Cylindrical-coordinate representation of color #A638D8: hue angle of 281.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A638D8 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 56 216 -
CMYK 0.23 0.74 0 0.15
HSL 281.25º 0.67% 0.53% -
HSV(B) 281.25º 0.74% 0.85% -
XYZ 29.53 15.89 66.48 -
YUV 107.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 166 56 216 0.23 0.74 0 0.15 281.25 0.67 0.53
Hex A6 38 D8 17 4A 0 F 119 43 35
Octal 246 70 330 27 112 0 17 431 103 65
Binary 10100110 111000 11011000 10111 1001010 0 1111 100011001 1000011 110101

Color Harmonies of #A638D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638D8

Black with #A638D8

Text Example


Text Example

White with #A638D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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