Html Css Color HEX #A843CC Dark Orchid

📋 copy color: '#A843CC'

red 168 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #A843CC

Tints of Dark Orchid #A843CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

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

R = 38.27%
G = 15.26%
B = 46.47%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A843CC (or 0xA843CC) is known color: Dark Orchid. HEX triplet: A8, 43 and CC. RGB value is (168,67,204). Sum of RGB (Red+Green+Blue) = 168+67+204=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A843CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843CC is #57BC33. Grayscale: #707070. Windows color (decimal): -5749812 or 13386664. OLE color: 13386664.

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

Color convert

RGB 168 67 204 -
CMYK 0.18 0.67 0 0.2
HSL 284.23º 0.57% 0.53% -
HSV(B) 284.23º 0.67% 0.8% -
XYZ 29.05 16.7 58.82 -
YUV 112.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 168 67 204 0.18 0.67 0 0.2 284.23 0.57 0.53
Hex A8 43 CC 12 43 0 14 11C 39 35
Octal 250 103 314 22 103 0 24 434 71 65
Binary 10101000 1000011 11001100 10010 1000011 0 10100 100011100 111001 110101

Color Harmonies of #A843CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A843CC

Black with #A843CC

Text Example


Text Example

White with #A843CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A843CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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