Html Css Color HEX #A226C0 Dark Orchid

📋 copy color: '#A226C0'

red 162 ◦ green 38 ◦ blue 192

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

Shades of Dark Orchid #A226C0

Tints of Dark Orchid #A226C0

RGB

 RED value IS 162 (63.67% from 255) = 41.33%

 GREEN value IS 38 (15.23% from 255) = 9.69%

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 41.33%
G = 9.69%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A226C0 (or 0xA226C0) is known color: Dark Orchid. HEX triplet: A2, 26 and C0. RGB value is (162,38,192). Sum of RGB (Red+Green+Blue) = 162+38+192=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #A226C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226C0 is #5DD93F. Grayscale: #5C5C5C. Windows color (decimal): -6150464 or 12592802. OLE color: 12592802.

HSL color Cylindrical-coordinate representation of color #A226C0: hue angle of 288.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226C0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 38 192 -
CMYK 0.16 0.80 0 0.25
HSL 288.31º 0.67% 0.45% -
HSV(B) 288.31º 0.8% 0.75% -
XYZ 25.11 12.87 51.03 -
YUV 92.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 162 38 192 0.16 0.80 0 0.25 288.31 0.67 0.45
Hex A2 26 C0 10 50 0 19 120 43 2D
Octal 242 46 300 20 120 0 31 440 103 55
Binary 10100010 100110 11000000 10000 1010000 0 11001 100100000 1000011 101101

Color Harmonies of #A226C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226C0

Black with #A226C0

Text Example


Text Example

White with #A226C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226C0; }

 p { color: rgb(162,38,192); }

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

background-color css

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

 a { background-color: rgb(162,38,192); }

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

border-color css

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

 span { border-color: rgb(162,38,192); }

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