Html Css Color HEX #A83DD7 Dark Orchid

📋 copy color: '#A83DD7'

red 168 ◦ green 61 ◦ blue 215

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

Shades of Dark Orchid #A83DD7

Tints of Dark Orchid #A83DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.74%

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 37.84%
G = 13.74%
B = 48.42%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A83DD7 (or 0xA83DD7) is known color: Dark Orchid. HEX triplet: A8, 3D and D7. RGB value is (168,61,215). Sum of RGB (Red+Green+Blue) = 168+61+215=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #A83DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DD7 is #57C228. Grayscale: #6E6E6E. Windows color (decimal): -5751337 or 14106024. OLE color: 14106024.

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

Color convert

RGB 168 61 215 -
CMYK 0.22 0.72 0 0.16
HSL 281.69º 0.66% 0.54% -
HSV(B) 281.69º 0.72% 0.84% -
XYZ 30.08 16.57 65.9 -
YUV 110.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 168 61 215 0.22 0.72 0 0.16 281.69 0.66 0.54
Hex A8 3D D7 16 48 0 10 11A 42 36
Octal 250 75 327 26 110 0 20 432 102 66
Binary 10101000 111101 11010111 10110 1001000 0 10000 100011010 1000010 110110

Color Harmonies of #A83DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DD7

Black with #A83DD7

Text Example


Text Example

White with #A83DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DD7; }

 p { color: rgb(168,61,215); }

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

background-color css

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

 a { background-color: rgb(168,61,215); }

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

border-color css

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

 span { border-color: rgb(168,61,215); }

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