Html Css Color HEX #A83DCF Dark Orchid

📋 copy color: '#A83DCF'

red 168 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #A83DCF

Tints of Dark Orchid #A83DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 38.53%
G = 13.99%
B = 47.48%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A83DCF (or 0xA83DCF) is known color: Dark Orchid. HEX triplet: A8, 3D and CF. RGB value is (168,61,207). Sum of RGB (Red+Green+Blue) = 168+61+207=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A83DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCF is #57C230. Grayscale: #6D6D6D. Windows color (decimal): -5751345 or 13581736. OLE color: 13581736.

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

Color convert

RGB 168 61 207 -
CMYK 0.19 0.71 0 0.19
HSL 283.97º 0.6% 0.53% -
HSV(B) 283.97º 0.71% 0.81% -
XYZ 29.08 16.17 60.62 -
YUV 109.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 168 61 207 0.19 0.71 0 0.19 283.97 0.6 0.53
Hex A8 3D CF 13 47 0 13 11C 3C 35
Octal 250 75 317 23 107 0 23 434 74 65
Binary 10101000 111101 11001111 10011 1000111 0 10011 100011100 111100 110101

Color Harmonies of #A83DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DCF

Black with #A83DCF

Text Example


Text Example

White with #A83DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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