Html Css Color HEX #A823CA Dark Orchid

📋 copy color: '#A823CA'

red 168 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #A823CA

Tints of Dark Orchid #A823CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 41.48%
G = 8.64%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A823CA (or 0xA823CA) is known color: Dark Orchid. HEX triplet: A8, 23 and CA. RGB value is (168,35,202). Sum of RGB (Red+Green+Blue) = 168+35+202=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #A823CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CA is #57DC35. Grayscale: #5D5D5D. Windows color (decimal): -5758006 or 13247400. OLE color: 13247400.

HSL color Cylindrical-coordinate representation of color #A823CA: hue angle of 287.78º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A823CA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 35 202 -
CMYK 0.17 0.83 0 0.21
HSL 287.78º 0.7% 0.46% -
HSV(B) 287.78º 0.83% 0.79% -
XYZ 27.41 13.79 57.09 -
YUV 93.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 168 35 202 0.17 0.83 0 0.21 287.78 0.7 0.46
Hex A8 23 CA 11 53 0 15 120 46 2E
Octal 250 43 312 21 123 0 25 440 106 56
Binary 10101000 100011 11001010 10001 1010011 0 10101 100100000 1000110 101110

Color Harmonies of #A823CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CA

Black with #A823CA

Text Example


Text Example

White with #A823CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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