Html Css Color HEX #A226C3 Dark Orchid

📋 copy color: '#A226C3'

red 162 ◦ green 38 ◦ blue 195

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

Shades of Dark Orchid #A226C3

Tints of Dark Orchid #A226C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.37%

R = 41.01%
G = 9.62%
B = 49.37%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A226C3 (or 0xA226C3) is known color: Dark Orchid. HEX triplet: A2, 26 and C3. RGB value is (162,38,195). Sum of RGB (Red+Green+Blue) = 162+38+195=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #A226C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226C3 is #5DD93C. Grayscale: #5C5C5C. Windows color (decimal): -6150461 or 12789410. OLE color: 12789410.

HSL color Cylindrical-coordinate representation of color #A226C3: hue angle of 287.39º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A226C3 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 38 195 -
CMYK 0.17 0.81 0 0.24
HSL 287.39º 0.67% 0.46% -
HSV(B) 287.39º 0.81% 0.76% -
XYZ 25.44 13.01 52.8 -
YUV 92.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 162 38 195 0.17 0.81 0 0.24 287.39 0.67 0.46
Hex A2 26 C3 11 51 0 18 11F 43 2E
Octal 242 46 303 21 121 0 30 437 103 56
Binary 10100010 100110 11000011 10001 1010001 0 11000 100011111 1000011 101110

Color Harmonies of #A226C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226C3

Black with #A226C3

Text Example


Text Example

White with #A226C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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