Html Css Color HEX #A822BC Dark Orchid

📋 copy color: '#A822BC'

red 168 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #A822BC

Tints of Dark Orchid #A822BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

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

R = 43.08%
G = 8.72%
B = 48.21%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A822BC (or 0xA822BC) is known color: Dark Orchid. HEX triplet: A8, 22 and BC. RGB value is (168,34,188). Sum of RGB (Red+Green+Blue) = 168+34+188=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A822BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822BC is #57DD43. Grayscale: #5B5B5B. Windows color (decimal): -5758276 or 12329640. OLE color: 12329640.

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

Color convert

RGB 168 34 188 -
CMYK 0.11 0.82 0 0.26
HSL 292.21º 0.69% 0.44% -
HSV(B) 292.21º 0.82% 0.74% -
XYZ 25.8 13.1 48.75 -
YUV 91.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 168 34 188 0.11 0.82 0 0.26 292.21 0.69 0.44
Hex A8 22 BC B 52 0 1A 124 45 2C
Octal 250 42 274 13 122 0 32 444 105 54
Binary 10101000 100010 10111100 1011 1010010 0 11010 100100100 1000101 101100

Color Harmonies of #A822BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822BC

Black with #A822BC

Text Example


Text Example

White with #A822BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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