Html Css Color HEX #A83FCA Dark Orchid

📋 copy color: '#A83FCA'

red 168 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #A83FCA

Tints of Dark Orchid #A83FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.55%

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 38.8%
G = 14.55%
B = 46.65%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A83FCA (or 0xA83FCA) is known color: Dark Orchid. HEX triplet: A8, 3F and CA. RGB value is (168,63,202). Sum of RGB (Red+Green+Blue) = 168+63+202=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A83FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCA is #57C035. Grayscale: #6D6D6D. Windows color (decimal): -5750838 or 13254568. OLE color: 13254568.

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

Color convert

RGB 168 63 202 -
CMYK 0.17 0.69 0 0.21
HSL 285.32º 0.57% 0.52% -
HSV(B) 285.32º 0.69% 0.79% -
XYZ 28.59 16.14 57.49 -
YUV 110.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 168 63 202 0.17 0.69 0 0.21 285.32 0.57 0.52
Hex A8 3F CA 11 45 0 15 11D 39 34
Octal 250 77 312 21 105 0 25 435 71 64
Binary 10101000 111111 11001010 10001 1000101 0 10101 100011101 111001 110100

Color Harmonies of #A83FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FCA

Black with #A83FCA

Text Example


Text Example

White with #A83FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FCA; }

 p { color: rgb(168,63,202); }

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

background-color css

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

 a { background-color: rgb(168,63,202); }

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

border-color css

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

 span { border-color: rgb(168,63,202); }

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