Html Css Color HEX #A446EA Dark Orchid

📋 copy color: '#A446EA'

red 164 ◦ green 70 ◦ blue 234

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

Shades of Dark Orchid #A446EA

Tints of Dark Orchid #A446EA

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 70 (27.73% from 255) = 14.96%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 35.04%
G = 14.96%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A446EA (or 0xA446EA) is known color: Dark Orchid. HEX triplet: A4, 46 and EA. RGB value is (164,70,234). Sum of RGB (Red+Green+Blue) = 164+70+234=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A446EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A446EA is #5BB915. Grayscale: #747474. Windows color (decimal): -6011158 or 15353508. OLE color: 15353508.

HSL color Cylindrical-coordinate representation of color #A446EA: hue angle of 274.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A446EA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 70 234 -
CMYK 0.30 0.70 0 0.08
HSL 274.39º 0.8% 0.6% -
HSV(B) 274.39º 0.7% 0.92% -
XYZ 32.35 18.21 79.65 -
YUV 116.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 164 70 234 0.30 0.70 0 0.08 274.39 0.8 0.6
Hex A4 46 EA 1E 46 0 8 112 50 3C
Octal 244 106 352 36 106 0 10 422 120 74
Binary 10100100 1000110 11101010 11110 1000110 0 1000 100010010 1010000 111100

Color Harmonies of #A446EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446EA

Black with #A446EA

Text Example


Text Example

White with #A446EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446EA; }

 p { color: rgb(164,70,234); }

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

background-color css

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

 a { background-color: rgb(164,70,234); }

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

border-color css

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

 span { border-color: rgb(164,70,234); }

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