Html Css Color HEX #A83ECB Dark Orchid

📋 copy color: '#A83ECB'

red 168 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #A83ECB

Tints of Dark Orchid #A83ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 38.8%
G = 14.32%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A83ECB (or 0xA83ECB) is known color: Dark Orchid. HEX triplet: A8, 3E and CB. RGB value is (168,62,203). Sum of RGB (Red+Green+Blue) = 168+62+203=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ECB is #57C134. Grayscale: #6D6D6D. Windows color (decimal): -5751093 or 13319848. OLE color: 13319848.

HSL color Cylindrical-coordinate representation of color #A83ECB: hue angle of 285.11º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83ECB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 62 203 -
CMYK 0.17 0.69 0 0.20
HSL 285.11º 0.58% 0.52% -
HSV(B) 285.11º 0.69% 0.8% -
XYZ 28.65 16.08 58.09 -
YUV 109.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 168 62 203 0.17 0.69 0 0.20 285.11 0.58 0.52
Hex A8 3E CB 11 45 0 14 11D 3A 34
Octal 250 76 313 21 105 0 24 435 72 64
Binary 10101000 111110 11001011 10001 1000101 0 10100 100011101 111010 110100

Color Harmonies of #A83ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83ECB

Black with #A83ECB

Text Example


Text Example

White with #A83ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83ECB; }

 p { color: rgb(168,62,203); }

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

background-color css

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

 a { background-color: rgb(168,62,203); }

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

border-color css

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

 span { border-color: rgb(168,62,203); }

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