Html Css Color HEX #A845CC Dark Orchid

📋 copy color: '#A845CC'

red 168 ◦ green 69 ◦ blue 204

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

Shades of Dark Orchid #A845CC

Tints of Dark Orchid #A845CC

RGB

 RED value IS 168 (66.02% from 255) = 38.1%

 GREEN value IS 69 (27.34% from 255) = 15.65%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 38.1%
G = 15.65%
B = 46.26%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A845CC (or 0xA845CC) is known color: Dark Orchid. HEX triplet: A8, 45 and CC. RGB value is (168,69,204). Sum of RGB (Red+Green+Blue) = 168+69+204=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A845CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CC is #57BA33. Grayscale: #717171. Windows color (decimal): -5749300 or 13387176. OLE color: 13387176.

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

Color convert

RGB 168 69 204 -
CMYK 0.18 0.66 0 0.2
HSL 284º 0.57% 0.54% -
HSV(B) 284º 0.66% 0.8% -
XYZ 29.18 16.94 58.86 -
YUV 113.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 168 69 204 0.18 0.66 0 0.2 284 0.57 0.54
Hex A8 45 CC 12 42 0 14 11C 39 36
Octal 250 105 314 22 102 0 24 434 71 66
Binary 10101000 1000101 11001100 10010 1000010 0 10100 100011100 111001 110110

Color Harmonies of #A845CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845CC

Black with #A845CC

Text Example


Text Example

White with #A845CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845CC; }

 p { color: rgb(168,69,204); }

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

background-color css

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

 a { background-color: rgb(168,69,204); }

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

border-color css

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

 span { border-color: rgb(168,69,204); }

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