Html Css Color HEX #A83AC3 Dark Orchid

📋 copy color: '#A83AC3'

red 168 ◦ green 58 ◦ blue 195

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

Shades of Dark Orchid #A83AC3

Tints of Dark Orchid #A83AC3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.78%

 BLUE value IS 195 (76.56% from 255) = 46.32%

R = 39.9%
G = 13.78%
B = 46.32%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A83AC3 (or 0xA83AC3) is known color: Dark Orchid. HEX triplet: A8, 3A and C3. RGB value is (168,58,195). Sum of RGB (Red+Green+Blue) = 168+58+195=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #A83AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AC3 is #57C53C. Grayscale: #6A6A6A. Windows color (decimal): -5752125 or 12794536. OLE color: 12794536.

HSL color Cylindrical-coordinate representation of color #A83AC3: hue angle of 288.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83AC3 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 58 195 -
CMYK 0.14 0.70 0 0.24
HSL 288.18º 0.54% 0.5% -
HSV(B) 288.18º 0.7% 0.76% -
XYZ 27.51 15.29 53.13 -
YUV 106.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 168 58 195 0.14 0.70 0 0.24 288.18 0.54 0.5
Hex A8 3A C3 E 46 0 18 120 36 32
Octal 250 72 303 16 106 0 30 440 66 62
Binary 10101000 111010 11000011 1110 1000110 0 11000 100100000 110110 110010

Color Harmonies of #A83AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AC3

Black with #A83AC3

Text Example


Text Example

White with #A83AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AC3; }

 p { color: rgb(168,58,195); }

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

background-color css

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

 a { background-color: rgb(168,58,195); }

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

border-color css

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

 span { border-color: rgb(168,58,195); }

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