Html Css Color HEX #A648CD Dark Orchid

📋 copy color: '#A648CD'

red 166 ◦ green 72 ◦ blue 205

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

Shades of Dark Orchid #A648CD

Tints of Dark Orchid #A648CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 37.47%
G = 16.25%
B = 46.28%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A648CD (or 0xA648CD) is known color: Dark Orchid. HEX triplet: A6, 48 and CD. RGB value is (166,72,205). Sum of RGB (Red+Green+Blue) = 166+72+205=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #A648CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648CD is #59B732. Grayscale: #727272. Windows color (decimal): -5879603 or 13453478. OLE color: 13453478.

HSL color Cylindrical-coordinate representation of color #A648CD: hue angle of 282.41º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A648CD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 72 205 -
CMYK 0.19 0.65 0 0.20
HSL 282.41º 0.57% 0.54% -
HSV(B) 282.41º 0.65% 0.8% -
XYZ 29.06 17.15 59.54 -
YUV 115.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 166 72 205 0.19 0.65 0 0.20 282.41 0.57 0.54
Hex A6 48 CD 13 41 0 14 11A 39 36
Octal 246 110 315 23 101 0 24 432 71 66
Binary 10100110 1001000 11001101 10011 1000001 0 10100 100011010 111001 110110

Color Harmonies of #A648CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648CD

Black with #A648CD

Text Example


Text Example

White with #A648CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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