Html Css Color HEX #A83BD2 Dark Orchid

📋 copy color: '#A83BD2'

red 168 ◦ green 59 ◦ blue 210

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

Shades of Dark Orchid #A83BD2

Tints of Dark Orchid #A83BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 38.44%
G = 13.5%
B = 48.05%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A83BD2 (or 0xA83BD2) is known color: Dark Orchid. HEX triplet: A8, 3B and D2. RGB value is (168,59,210). Sum of RGB (Red+Green+Blue) = 168+59+210=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #A83BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BD2 is #57C42D. Grayscale: #6C6C6C. Windows color (decimal): -5751854 or 13777832. OLE color: 13777832.

HSL color Cylindrical-coordinate representation of color #A83BD2: hue angle of 283.31º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83BD2 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 59 210 -
CMYK 0.2 0.72 0 0.18
HSL 283.31º 0.63% 0.53% -
HSV(B) 283.31º 0.72% 0.82% -
XYZ 29.35 16.11 62.53 -
YUV 108.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 168 59 210 0.2 0.72 0 0.18 283.31 0.63 0.53
Hex A8 3B D2 14 48 0 12 11B 3F 35
Octal 250 73 322 24 110 0 22 433 77 65
Binary 10101000 111011 11010010 10100 1001000 0 10010 100011011 111111 110101

Color Harmonies of #A83BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BD2

Black with #A83BD2

Text Example


Text Example

White with #A83BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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