Html Css Color HEX #A823DF Dark Orchid

📋 copy color: '#A823DF'

red 168 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #A823DF

Tints of Dark Orchid #A823DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 39.44%
G = 8.22%
B = 52.35%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A823DF (or 0xA823DF) is known color: Dark Orchid. HEX triplet: A8, 23 and DF. RGB value is (168,35,223). Sum of RGB (Red+Green+Blue) = 168+35+223=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A823DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823DF is #57DC20. Grayscale: #5F5F5F. Windows color (decimal): -5757985 or 14623656. OLE color: 14623656.

HSL color Cylindrical-coordinate representation of color #A823DF: hue angle of 282.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A823DF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 35 223 -
CMYK 0.25 0.84 0 0.13
HSL 282.45º 0.75% 0.51% -
HSV(B) 282.45º 0.84% 0.87% -
XYZ 30.07 14.85 71.09 -
YUV 96.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 168 35 223 0.25 0.84 0 0.13 282.45 0.75 0.51
Hex A8 23 DF 19 54 0 D 11A 4B 33
Octal 250 43 337 31 124 0 15 432 113 63
Binary 10101000 100011 11011111 11001 1010100 0 1101 100011010 1001011 110011

Color Harmonies of #A823DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823DF

Black with #A823DF

Text Example


Text Example

White with #A823DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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