Html Css Color HEX #A334E5 Dark Orchid

📋 copy color: '#A334E5'

red 163 ◦ green 52 ◦ blue 229

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

Shades of Dark Orchid #A334E5

Tints of Dark Orchid #A334E5

RGB

 RED value IS 163 (64.06% from 255) = 36.71%

 GREEN value IS 52 (20.7% from 255) = 11.71%

 BLUE value IS 229 (89.84% from 255) = 51.58%

R = 36.71%
G = 11.71%
B = 51.58%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A334E5 (or 0xA334E5) is known color: Dark Orchid. HEX triplet: A3, 34 and E5. RGB value is (163,52,229). Sum of RGB (Red+Green+Blue) = 163+52+229=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #A334E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334E5 is #5CCB1A. Grayscale: #686868. Windows color (decimal): -6081307 or 15021219. OLE color: 15021219.

HSL color Cylindrical-coordinate representation of color #A334E5: hue angle of 277.63º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A334E5 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 52 229 -
CMYK 0.29 0.77 0 0.10
HSL 277.63º 0.77% 0.55% -
HSV(B) 277.63º 0.77% 0.9% -
XYZ 30.48 15.9 75.59 -
YUV 105.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 163 52 229 0.29 0.77 0 0.10 277.63 0.77 0.55
Hex A3 34 E5 1D 4D 0 A 116 4D 37
Octal 243 64 345 35 115 0 12 426 115 67
Binary 10100011 110100 11100101 11101 1001101 0 1010 100010110 1001101 110111

Color Harmonies of #A334E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334E5

Black with #A334E5

Text Example


Text Example

White with #A334E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334E5; }

 p { color: rgb(163,52,229); }

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

background-color css

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

 a { background-color: rgb(163,52,229); }

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

border-color css

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

 span { border-color: rgb(163,52,229); }

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