Html Css Color HEX #A83BCF Dark Orchid

📋 copy color: '#A83BCF'

red 168 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #A83BCF

Tints of Dark Orchid #A83BCF

RGB

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

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

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

R = 38.71%
G = 13.59%
B = 47.7%

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

#A83BCF (or 0xA83BCF) is known color: Dark Orchid. HEX triplet: A8, 3B and CF. RGB value is (168,59,207). Sum of RGB (Red+Green+Blue) = 168+59+207=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A83BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BCF is #57C430. Grayscale: #6B6B6B. Windows color (decimal): -5751857 or 13581224. OLE color: 13581224.

HSL color Cylindrical-coordinate representation of color #A83BCF: hue angle of 284.19º degrees, saturation: 0.61, 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 #A83BCF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 59 207 -
CMYK 0.19 0.71 0 0.19
HSL 284.19º 0.61% 0.52% -
HSV(B) 284.19º 0.71% 0.81% -
XYZ 28.97 15.96 60.58 -
YUV 108.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 168 59 207 0.19 0.71 0 0.19 284.19 0.61 0.52
Hex A8 3B CF 13 47 0 13 11C 3D 34
Octal 250 73 317 23 107 0 23 434 75 64
Binary 10101000 111011 11001111 10011 1000111 0 10011 100011100 111101 110100

Color Harmonies of #A83BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BCF

Black with #A83BCF

Text Example


Text Example

White with #A83BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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