Html Css Color HEX #A822C4 Dark Orchid

📋 copy color: '#A822C4'

red 168 ◦ green 34 ◦ blue 196

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

Shades of Dark Orchid #A822C4

Tints of Dark Orchid #A822C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.25%

R = 42.21%
G = 8.54%
B = 49.25%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A822C4 (or 0xA822C4) is known color: Dark Orchid. HEX triplet: A8, 22 and C4. RGB value is (168,34,196). Sum of RGB (Red+Green+Blue) = 168+34+196=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #A822C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822C4 is #57DD3B. Grayscale: #5C5C5C. Windows color (decimal): -5758268 or 12853928. OLE color: 12853928.

HSL color Cylindrical-coordinate representation of color #A822C4: hue angle of 289.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A822C4 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 34 196 -
CMYK 0.14 0.83 0 0.23
HSL 289.63º 0.7% 0.45% -
HSV(B) 289.63º 0.83% 0.77% -
XYZ 26.68 13.45 53.42 -
YUV 92.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 168 34 196 0.14 0.83 0 0.23 289.63 0.7 0.45
Hex A8 22 C4 E 53 0 17 122 46 2D
Octal 250 42 304 16 123 0 27 442 106 55
Binary 10101000 100010 11000100 1110 1010011 0 10111 100100010 1000110 101101

Color Harmonies of #A822C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822C4

Black with #A822C4

Text Example


Text Example

White with #A822C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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