Html Css Color HEX #A823C6 Dark Orchid

📋 copy color: '#A823C6'

red 168 ◦ green 35 ◦ blue 198

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

Shades of Dark Orchid #A823C6

Tints of Dark Orchid #A823C6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

 BLUE value IS 198 (77.73% from 255) = 49.38%

R = 41.9%
G = 8.73%
B = 49.38%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A823C6 (or 0xA823C6) is known color: Dark Orchid. HEX triplet: A8, 23 and C6. RGB value is (168,35,198). Sum of RGB (Red+Green+Blue) = 168+35+198=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #A823C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823C6 is #57DC39. Grayscale: #5C5C5C. Windows color (decimal): -5758010 or 12985256. OLE color: 12985256.

HSL color Cylindrical-coordinate representation of color #A823C6: hue angle of 288.96º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A823C6 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 35 198 -
CMYK 0.15 0.82 0 0.22
HSL 288.96º 0.7% 0.46% -
HSV(B) 288.96º 0.82% 0.78% -
XYZ 26.94 13.6 54.63 -
YUV 93.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 168 35 198 0.15 0.82 0 0.22 288.96 0.7 0.46
Hex A8 23 C6 F 52 0 16 121 46 2E
Octal 250 43 306 17 122 0 26 441 106 56
Binary 10101000 100011 11000110 1111 1010010 0 10110 100100001 1000110 101110

Color Harmonies of #A823C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823C6

Black with #A823C6

Text Example


Text Example

White with #A823C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823C6; }

 p { color: rgb(168,35,198); }

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

background-color css

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

 a { background-color: rgb(168,35,198); }

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

border-color css

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

 span { border-color: rgb(168,35,198); }

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