Html Css Color HEX #A434DC Dark Orchid

📋 copy color: '#A434DC'

red 164 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #A434DC

Tints of Dark Orchid #A434DC

RGB

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

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

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

R = 37.61%
G = 11.93%
B = 50.46%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A434DC (or 0xA434DC) is known color: Dark Orchid. HEX triplet: A4, 34 and DC. RGB value is (164,52,220). Sum of RGB (Red+Green+Blue) = 164+52+220=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #A434DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DC is #5BCB23. Grayscale: #686868. Windows color (decimal): -6015780 or 14431396. OLE color: 14431396.

HSL color Cylindrical-coordinate representation of color #A434DC: hue angle of 280º 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 #A434DC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 52 220 -
CMYK 0.25 0.76 0 0.14
HSL 280º 0.71% 0.53% -
HSV(B) 280º 0.76% 0.86% -
XYZ 29.46 15.52 69.15 -
YUV 104.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 164 52 220 0.25 0.76 0 0.14 280 0.71 0.53
Hex A4 34 DC 19 4C 0 E 118 47 35
Octal 244 64 334 31 114 0 16 430 107 65
Binary 10100100 110100 11011100 11001 1001100 0 1110 100011000 1000111 110101

Color Harmonies of #A434DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434DC

Black with #A434DC

Text Example


Text Example

White with #A434DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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