Html Css Color HEX #A334BD Dark Orchid

📋 copy color: '#A334BD'

red 163 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #A334BD

Tints of Dark Orchid #A334BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 40.35%
G = 12.87%
B = 46.78%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A334BD (or 0xA334BD) is known color: Dark Orchid. HEX triplet: A3, 34 and BD. RGB value is (163,52,189). Sum of RGB (Red+Green+Blue) = 163+52+189=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #A334BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BD is #5CCB42. Grayscale: #646464. Windows color (decimal): -6081347 or 12399779. OLE color: 12399779.

HSL color Cylindrical-coordinate representation of color #A334BD: hue angle of 288.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A334BD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 52 189 -
CMYK 0.14 0.72 0 0.26
HSL 288.61º 0.57% 0.47% -
HSV(B) 288.61º 0.72% 0.74% -
XYZ 25.52 13.92 49.49 -
YUV 100.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 163 52 189 0.14 0.72 0 0.26 288.61 0.57 0.47
Hex A3 34 BD E 48 0 1A 121 39 2F
Octal 243 64 275 16 110 0 32 441 71 57
Binary 10100011 110100 10111101 1110 1001000 0 11010 100100001 111001 101111

Color Harmonies of #A334BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334BD

Black with #A334BD

Text Example


Text Example

White with #A334BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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