Html Css Color HEX #A83BCE Dark Orchid

📋 copy color: '#A83BCE'

red 168 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #A83BCE

Tints of Dark Orchid #A83BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 38.8%
G = 13.63%
B = 47.58%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A83BCE (or 0xA83BCE) is known color: Dark Orchid. HEX triplet: A8, 3B and CE. RGB value is (168,59,206). Sum of RGB (Red+Green+Blue) = 168+59+206=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BCE is #57C431. Grayscale: #6B6B6B. Windows color (decimal): -5751858 or 13515688. OLE color: 13515688.

HSL color Cylindrical-coordinate representation of color #A83BCE: hue angle of 284.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83BCE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 59 206 -
CMYK 0.18 0.71 0 0.19
HSL 284.49º 0.6% 0.52% -
HSV(B) 284.49º 0.71% 0.81% -
XYZ 28.85 15.91 59.94 -
YUV 108.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 168 59 206 0.18 0.71 0 0.19 284.49 0.6 0.52
Hex A8 3B CE 12 47 0 13 11C 3C 34
Octal 250 73 316 22 107 0 23 434 74 64
Binary 10101000 111011 11001110 10010 1000111 0 10011 100011100 111100 110100

Color Harmonies of #A83BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BCE

Black with #A83BCE

Text Example


Text Example

White with #A83BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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