Html Css Color HEX #A434D3 Dark Orchid

📋 copy color: '#A434D3'

red 164 ◦ green 52 ◦ blue 211

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

Shades of Dark Orchid #A434D3

Tints of Dark Orchid #A434D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.41%

R = 38.41%
G = 12.18%
B = 49.41%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A434D3 (or 0xA434D3) is known color: Dark Orchid. HEX triplet: A4, 34 and D3. RGB value is (164,52,211). Sum of RGB (Red+Green+Blue) = 164+52+211=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #A434D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434D3 is #5BCB2C. Grayscale: #676767. Windows color (decimal): -6015789 or 13841572. OLE color: 13841572.

HSL color Cylindrical-coordinate representation of color #A434D3: hue angle of 282.26º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A434D3 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 52 211 -
CMYK 0.22 0.75 0 0.17
HSL 282.26º 0.64% 0.52% -
HSV(B) 282.26º 0.75% 0.83% -
XYZ 28.3 15.05 63.04 -
YUV 103.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 164 52 211 0.22 0.75 0 0.17 282.26 0.64 0.52
Hex A4 34 D3 16 4B 0 11 11A 40 34
Octal 244 64 323 26 113 0 21 432 100 64
Binary 10100100 110100 11010011 10110 1001011 0 10001 100011010 1000000 110100

Color Harmonies of #A434D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434D3

Black with #A434D3

Text Example


Text Example

White with #A434D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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