Html Css Color HEX #A83BC9 Dark Orchid

📋 copy color: '#A83BC9'

red 168 ◦ green 59 ◦ blue 201

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

Shades of Dark Orchid #A83BC9

Tints of Dark Orchid #A83BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 39.25%
G = 13.79%
B = 46.96%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A83BC9 (or 0xA83BC9) is known color: Dark Orchid. HEX triplet: A8, 3B and C9. RGB value is (168,59,201). Sum of RGB (Red+Green+Blue) = 168+59+201=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #A83BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BC9 is #57C436. Grayscale: #6B6B6B. Windows color (decimal): -5751863 or 13188008. OLE color: 13188008.

HSL color Cylindrical-coordinate representation of color #A83BC9: hue angle of 286.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83BC9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 59 201 -
CMYK 0.16 0.71 0 0.21
HSL 286.06º 0.57% 0.51% -
HSV(B) 286.06º 0.71% 0.79% -
XYZ 28.26 15.67 56.79 -
YUV 107.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 168 59 201 0.16 0.71 0 0.21 286.06 0.57 0.51
Hex A8 3B C9 10 47 0 15 11E 39 33
Octal 250 73 311 20 107 0 25 436 71 63
Binary 10101000 111011 11001001 10000 1000111 0 10101 100011110 111001 110011

Color Harmonies of #A83BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BC9

Black with #A83BC9

Text Example


Text Example

White with #A83BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BC9; }

 p { color: rgb(168,59,201); }

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

background-color css

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

 a { background-color: rgb(168,59,201); }

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

border-color css

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

 span { border-color: rgb(168,59,201); }

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