Html Css Color HEX #A83DBB Dark Orchid

📋 copy color: '#A83DBB'

red 168 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A83DBB

Tints of Dark Orchid #A83DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 40.38%
G = 14.66%
B = 44.95%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A83DBB (or 0xA83DBB) is known color: Dark Orchid. HEX triplet: A8, 3D and BB. RGB value is (168,61,187). Sum of RGB (Red+Green+Blue) = 168+61+187=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A83DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DBB is #57C244. Grayscale: #6A6A6A. Windows color (decimal): -5751365 or 12271016. OLE color: 12271016.

HSL color Cylindrical-coordinate representation of color #A83DBB: hue angle of 290.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83DBB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 61 187 -
CMYK 0.10 0.67 0 0.27
HSL 290.95º 0.51% 0.49% -
HSV(B) 290.95º 0.67% 0.73% -
XYZ 26.79 15.25 48.55 -
YUV 107.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 168 61 187 0.10 0.67 0 0.27 290.95 0.51 0.49
Hex A8 3D BB A 43 0 1B 123 33 31
Octal 250 75 273 12 103 0 33 443 63 61
Binary 10101000 111101 10111011 1010 1000011 0 11011 100100011 110011 110001

Color Harmonies of #A83DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DBB

Black with #A83DBB

Text Example


Text Example

White with #A83DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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