Html Css Color HEX #A83CD8 Dark Orchid

📋 copy color: '#A83CD8'

red 168 ◦ green 60 ◦ blue 216

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

Shades of Dark Orchid #A83CD8

Tints of Dark Orchid #A83CD8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 37.84%
G = 13.51%
B = 48.65%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A83CD8 (or 0xA83CD8) is known color: Dark Orchid. HEX triplet: A8, 3C and D8. RGB value is (168,60,216). Sum of RGB (Red+Green+Blue) = 168+60+216=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #A83CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CD8 is #57C327. Grayscale: #6D6D6D. Windows color (decimal): -5751592 or 14171304. OLE color: 14171304.

HSL color Cylindrical-coordinate representation of color #A83CD8: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83CD8 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 60 216 -
CMYK 0.22 0.72 0 0.15
HSL 281.54º 0.67% 0.54% -
HSV(B) 281.54º 0.72% 0.85% -
XYZ 30.16 16.51 66.56 -
YUV 110.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 168 60 216 0.22 0.72 0 0.15 281.54 0.67 0.54
Hex A8 3C D8 16 48 0 F 11A 43 36
Octal 250 74 330 26 110 0 17 432 103 66
Binary 10101000 111100 11011000 10110 1001000 0 1111 100011010 1000011 110110

Color Harmonies of #A83CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CD8

Black with #A83CD8

Text Example


Text Example

White with #A83CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CD8; }

 p { color: rgb(168,60,216); }

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

background-color css

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

 a { background-color: rgb(168,60,216); }

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

border-color css

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

 span { border-color: rgb(168,60,216); }

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