Html Css Color HEX #A830BC Dark Orchid

📋 copy color: '#A830BC'

red 168 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #A830BC

Tints of Dark Orchid #A830BC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.88%

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

R = 41.58%
G = 11.88%
B = 46.53%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A830BC (or 0xA830BC) is known color: Dark Orchid. HEX triplet: A8, 30 and BC. RGB value is (168,48,188). Sum of RGB (Red+Green+Blue) = 168+48+188=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A830BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830BC is #57CF43. Grayscale: #636363. Windows color (decimal): -5754692 or 12333224. OLE color: 12333224.

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

Color convert

RGB 168 48 188 -
CMYK 0.11 0.74 0 0.26
HSL 291.43º 0.59% 0.46% -
HSV(B) 291.43º 0.74% 0.74% -
XYZ 26.28 14.07 48.91 -
YUV 99.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 168 48 188 0.11 0.74 0 0.26 291.43 0.59 0.46
Hex A8 30 BC B 4A 0 1A 123 3B 2E
Octal 250 60 274 13 112 0 32 443 73 56
Binary 10101000 110000 10111100 1011 1001010 0 11010 100100011 111011 101110

Color Harmonies of #A830BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830BC

Black with #A830BC

Text Example


Text Example

White with #A830BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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