Html Css Color HEX #A831CB Dark Orchid

📋 copy color: '#A831CB'

red 168 ◦ green 49 ◦ blue 203

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

Shades of Dark Orchid #A831CB

Tints of Dark Orchid #A831CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 40%
G = 11.67%
B = 48.33%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A831CB (or 0xA831CB) is known color: Dark Orchid. HEX triplet: A8, 31 and CB. RGB value is (168,49,203). Sum of RGB (Red+Green+Blue) = 168+49+203=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A831CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831CB is #57CE34. Grayscale: #656565. Windows color (decimal): -5754421 or 13316520. OLE color: 13316520.

HSL color Cylindrical-coordinate representation of color #A831CB: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A831CB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 49 203 -
CMYK 0.17 0.76 0 0.20
HSL 286.36º 0.61% 0.49% -
HSV(B) 286.36º 0.76% 0.8% -
XYZ 28.03 14.83 57.89 -
YUV 102.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 168 49 203 0.17 0.76 0 0.20 286.36 0.61 0.49
Hex A8 31 CB 11 4C 0 14 11E 3D 31
Octal 250 61 313 21 114 0 24 436 75 61
Binary 10101000 110001 11001011 10001 1001100 0 10100 100011110 111101 110001

Color Harmonies of #A831CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831CB

Black with #A831CB

Text Example


Text Example

White with #A831CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831CB; }

 p { color: rgb(168,49,203); }

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

background-color css

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

 a { background-color: rgb(168,49,203); }

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

border-color css

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

 span { border-color: rgb(168,49,203); }

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