Html Css Color HEX #A83BBC Dark Orchid

📋 copy color: '#A83BBC'

red 168 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #A83BBC

Tints of Dark Orchid #A83BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 40.48%
G = 14.22%
B = 45.3%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A83BBC (or 0xA83BBC) is known color: Dark Orchid. HEX triplet: A8, 3B and BC. RGB value is (168,59,188). Sum of RGB (Red+Green+Blue) = 168+59+188=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #A83BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BBC is #57C443. Grayscale: #696969. Windows color (decimal): -5751876 or 12336040. OLE color: 12336040.

HSL color Cylindrical-coordinate representation of color #A83BBC: hue angle of 290.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83BBC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 59 188 -
CMYK 0.11 0.69 0 0.26
HSL 290.7º 0.52% 0.48% -
HSV(B) 290.7º 0.69% 0.74% -
XYZ 26.79 15.08 49.08 -
YUV 106.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 168 59 188 0.11 0.69 0 0.26 290.7 0.52 0.48
Hex A8 3B BC B 45 0 1A 123 34 30
Octal 250 73 274 13 105 0 32 443 64 60
Binary 10101000 111011 10111100 1011 1000101 0 11010 100100011 110100 110000

Color Harmonies of #A83BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BBC

Black with #A83BBC

Text Example


Text Example

White with #A83BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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