Html Css Color HEX #A334DC Dark Orchid

📋 copy color: '#A334DC'

red 163 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #A334DC

Tints of Dark Orchid #A334DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 37.47%
G = 11.95%
B = 50.57%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A334DC (or 0xA334DC) is known color: Dark Orchid. HEX triplet: A3, 34 and DC. RGB value is (163,52,220). Sum of RGB (Red+Green+Blue) = 163+52+220=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A334DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334DC is #5CCB23. Grayscale: #676767. Windows color (decimal): -6081316 or 14431395. OLE color: 14431395.

HSL color Cylindrical-coordinate representation of color #A334DC: hue angle of 279.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A334DC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 52 220 -
CMYK 0.26 0.76 0 0.14
HSL 279.64º 0.71% 0.53% -
HSV(B) 279.64º 0.76% 0.86% -
XYZ 29.25 15.41 69.14 -
YUV 104.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 163 52 220 0.26 0.76 0 0.14 279.64 0.71 0.53
Hex A3 34 DC 1A 4C 0 E 118 47 35
Octal 243 64 334 32 114 0 16 430 107 65
Binary 10100011 110100 11011100 11010 1001100 0 1110 100011000 1000111 110101

Color Harmonies of #A334DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334DC

Black with #A334DC

Text Example


Text Example

White with #A334DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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