Html Css Color HEX #A323DF Dark Orchid

📋 copy color: '#A323DF'

red 163 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #A323DF

Tints of Dark Orchid #A323DF

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

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

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

R = 38.72%
G = 8.31%
B = 52.97%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A323DF (or 0xA323DF) is known color: Dark Orchid. HEX triplet: A3, 23 and DF. RGB value is (163,35,223). Sum of RGB (Red+Green+Blue) = 163+35+223=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A323DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323DF is #5CDC20. Grayscale: #5E5E5E. Windows color (decimal): -6085665 or 14623651. OLE color: 14623651.

HSL color Cylindrical-coordinate representation of color #A323DF: hue angle of 280.85º 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 #A323DF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 35 223 -
CMYK 0.27 0.84 0 0.13
HSL 280.85º 0.75% 0.51% -
HSV(B) 280.85º 0.84% 0.87% -
XYZ 29.02 14.32 71.05 -
YUV 94.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 163 35 223 0.27 0.84 0 0.13 280.85 0.75 0.51
Hex A3 23 DF 1B 54 0 D 119 4B 33
Octal 243 43 337 33 124 0 15 431 113 63
Binary 10100011 100011 11011111 11011 1010100 0 1101 100011001 1001011 110011

Color Harmonies of #A323DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323DF

Black with #A323DF

Text Example


Text Example

White with #A323DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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