Html Css Color HEX #A226BC Dark Orchid

📋 copy color: '#A226BC'

red 162 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #A226BC

Tints of Dark Orchid #A226BC

RGB

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

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

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

R = 41.75%
G = 9.79%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A226BC (or 0xA226BC) is known color: Dark Orchid. HEX triplet: A2, 26 and BC. RGB value is (162,38,188). Sum of RGB (Red+Green+Blue) = 162+38+188=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A226BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BC is #5DD943. Grayscale: #5B5B5B. Windows color (decimal): -6150468 or 12330658. OLE color: 12330658.

HSL color Cylindrical-coordinate representation of color #A226BC: hue angle of 289.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226BC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 38 188 -
CMYK 0.14 0.80 0 0.26
HSL 289.6º 0.66% 0.44% -
HSV(B) 289.6º 0.8% 0.74% -
XYZ 24.67 12.7 48.73 -
YUV 92.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 162 38 188 0.14 0.80 0 0.26 289.6 0.66 0.44
Hex A2 26 BC E 50 0 1A 122 42 2C
Octal 242 46 274 16 120 0 32 442 102 54
Binary 10100010 100110 10111100 1110 1010000 0 11010 100100010 1000010 101100

Color Harmonies of #A226BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226BC

Black with #A226BC

Text Example


Text Example

White with #A226BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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