Html Css Color HEX #A648CE Dark Orchid

📋 copy color: '#A648CE'

red 166 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #A648CE

Tints of Dark Orchid #A648CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.22%

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

R = 37.39%
G = 16.22%
B = 46.4%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A648CE (or 0xA648CE) is known color: Dark Orchid. HEX triplet: A6, 48 and CE. RGB value is (166,72,206). Sum of RGB (Red+Green+Blue) = 166+72+206=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A648CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648CE is #59B731. Grayscale: #727272. Windows color (decimal): -5879602 or 13519014. OLE color: 13519014.

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

Color convert

RGB 166 72 206 -
CMYK 0.19 0.65 0 0.19
HSL 282.09º 0.58% 0.55% -
HSV(B) 282.09º 0.65% 0.81% -
XYZ 29.18 17.2 60.17 -
YUV 115.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 166 72 206 0.19 0.65 0 0.19 282.09 0.58 0.55
Hex A6 48 CE 13 41 0 13 11A 3A 37
Octal 246 110 316 23 101 0 23 432 72 67
Binary 10100110 1001000 11001110 10011 1000001 0 10011 100011010 111010 110111

Color Harmonies of #A648CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648CE

Black with #A648CE

Text Example


Text Example

White with #A648CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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