Html Css Color HEX #A83CCB Dark Orchid

📋 copy color: '#A83CCB'

red 168 ◦ green 60 ◦ blue 203

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

Shades of Dark Orchid #A83CCB

Tints of Dark Orchid #A83CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

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

R = 38.98%
G = 13.92%
B = 47.1%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A83CCB (or 0xA83CCB) is known color: Dark Orchid. HEX triplet: A8, 3C and CB. RGB value is (168,60,203). Sum of RGB (Red+Green+Blue) = 168+60+203=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CCB is #57C334. Grayscale: #6C6C6C. Windows color (decimal): -5751605 or 13319336. OLE color: 13319336.

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

Color convert

RGB 168 60 203 -
CMYK 0.17 0.70 0 0.20
HSL 285.31º 0.58% 0.52% -
HSV(B) 285.31º 0.7% 0.8% -
XYZ 28.54 15.87 58.06 -
YUV 108.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 168 60 203 0.17 0.70 0 0.20 285.31 0.58 0.52
Hex A8 3C CB 11 46 0 14 11D 3A 34
Octal 250 74 313 21 106 0 24 435 72 64
Binary 10101000 111100 11001011 10001 1000110 0 10100 100011101 111010 110100

Color Harmonies of #A83CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CCB

Black with #A83CCB

Text Example


Text Example

White with #A83CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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