Html Css Color HEX #A319CB Dark Orchid

📋 copy color: '#A319CB'

red 163 ◦ green 25 ◦ blue 203

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

Shades of Dark Orchid #A319CB

Tints of Dark Orchid #A319CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 41.69%
G = 6.39%
B = 51.92%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A319CB (or 0xA319CB) is known color: Dark Orchid. HEX triplet: A3, 19 and CB. RGB value is (163,25,203). Sum of RGB (Red+Green+Blue) = 163+25+203=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A319CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319CB is #5CE634. Grayscale: #555555. Windows color (decimal): -6088245 or 13310371. OLE color: 13310371.

HSL color Cylindrical-coordinate representation of color #A319CB: hue angle of 286.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A319CB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 25 203 -
CMYK 0.20 0.88 0 0.20
HSL 286.52º 0.78% 0.45% -
HSV(B) 286.52º 0.88% 0.8% -
XYZ 26.23 12.79 57.59 -
YUV 86.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 163 25 203 0.20 0.88 0 0.20 286.52 0.78 0.45
Hex A3 19 CB 14 58 0 14 11F 4E 2D
Octal 243 31 313 24 130 0 24 437 116 55
Binary 10100011 11001 11001011 10100 1011000 0 10100 100011111 1001110 101101

Color Harmonies of #A319CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319CB

Black with #A319CB

Text Example


Text Example

White with #A319CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319CB; }

 p { color: rgb(163,25,203); }

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

background-color css

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

 a { background-color: rgb(163,25,203); }

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

border-color css

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

 span { border-color: rgb(163,25,203); }

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