Html Css Color HEX #A823CD Dark Orchid

📋 copy color: '#A823CD'

red 168 ◦ green 35 ◦ blue 205

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

Shades of Dark Orchid #A823CD

Tints of Dark Orchid #A823CD

RGB

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

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

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

R = 41.18%
G = 8.58%
B = 50.25%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A823CD (or 0xA823CD) is known color: Dark Orchid. HEX triplet: A8, 23 and CD. RGB value is (168,35,205). Sum of RGB (Red+Green+Blue) = 168+35+205=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #A823CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CD is #57DC32. Grayscale: #5D5D5D. Windows color (decimal): -5758003 or 13444008. OLE color: 13444008.

HSL color Cylindrical-coordinate representation of color #A823CD: hue angle of 286.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A823CD is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 35 205 -
CMYK 0.18 0.83 0 0.20
HSL 286.94º 0.71% 0.47% -
HSV(B) 286.94º 0.83% 0.8% -
XYZ 27.77 13.93 58.98 -
YUV 94.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 168 35 205 0.18 0.83 0 0.20 286.94 0.71 0.47
Hex A8 23 CD 12 53 0 14 11F 47 2F
Octal 250 43 315 22 123 0 24 437 107 57
Binary 10101000 100011 11001101 10010 1010011 0 10100 100011111 1000111 101111

Color Harmonies of #A823CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CD

Black with #A823CD

Text Example


Text Example

White with #A823CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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