Html Css Color HEX #A334B5 Dark Orchid

📋 copy color: '#A334B5'

red 163 ◦ green 52 ◦ blue 181

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

Shades of Dark Orchid #A334B5

Tints of Dark Orchid #A334B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 41.16%
G = 13.13%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A334B5 (or 0xA334B5) is known color: Dark Orchid. HEX triplet: A3, 34 and B5. RGB value is (163,52,181). Sum of RGB (Red+Green+Blue) = 163+52+181=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #A334B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334B5 is #5CCB4A. Grayscale: #636363. Windows color (decimal): -6081355 or 11875491. OLE color: 11875491.

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

Color convert

RGB 163 52 181 -
CMYK 0.10 0.71 0 0.29
HSL 291.63º 0.55% 0.46% -
HSV(B) 291.63º 0.71% 0.71% -
XYZ 24.67 13.58 45.04 -
YUV 99.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 163 52 181 0.10 0.71 0 0.29 291.63 0.55 0.46
Hex A3 34 B5 A 47 0 1D 124 37 2E
Octal 243 64 265 12 107 0 35 444 67 56
Binary 10100011 110100 10110101 1010 1000111 0 11101 100100100 110111 101110

Color Harmonies of #A334B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334B5

Black with #A334B5

Text Example


Text Example

White with #A334B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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