Html Css Color HEX #A822BE Dark Orchid

📋 copy color: '#A822BE'

red 168 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #A822BE

Tints of Dark Orchid #A822BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 42.86%
G = 8.67%
B = 48.47%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A822BE (or 0xA822BE) is known color: Dark Orchid. HEX triplet: A8, 22 and BE. RGB value is (168,34,190). Sum of RGB (Red+Green+Blue) = 168+34+190=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A822BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822BE is #57DD41. Grayscale: #5B5B5B. Windows color (decimal): -5758274 or 12460712. OLE color: 12460712.

HSL color Cylindrical-coordinate representation of color #A822BE: hue angle of 291.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A822BE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 34 190 -
CMYK 0.12 0.82 0 0.25
HSL 291.54º 0.7% 0.44% -
HSV(B) 291.54º 0.82% 0.75% -
XYZ 26.01 13.19 49.89 -
YUV 91.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 168 34 190 0.12 0.82 0 0.25 291.54 0.7 0.44
Hex A8 22 BE C 52 0 19 124 46 2C
Octal 250 42 276 14 122 0 31 444 106 54
Binary 10101000 100010 10111110 1100 1010010 0 11001 100100100 1000110 101100

Color Harmonies of #A822BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822BE

Black with #A822BE

Text Example


Text Example

White with #A822BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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