Html Css Color HEX #A434BE Dark Orchid

📋 copy color: '#A434BE'

red 164 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #A434BE

Tints of Dark Orchid #A434BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 40.39%
G = 12.81%
B = 46.8%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A434BE (or 0xA434BE) is known color: Dark Orchid. HEX triplet: A4, 34 and BE. RGB value is (164,52,190). Sum of RGB (Red+Green+Blue) = 164+52+190=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #A434BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BE is #5BCB41. Grayscale: #646464. Windows color (decimal): -6015810 or 12465316. OLE color: 12465316.

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

Color convert

RGB 164 52 190 -
CMYK 0.14 0.73 0 0.25
HSL 288.7º 0.57% 0.47% -
HSV(B) 288.7º 0.73% 0.75% -
XYZ 25.83 14.07 50.07 -
YUV 101.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 164 52 190 0.14 0.73 0 0.25 288.7 0.57 0.47
Hex A4 34 BE E 49 0 19 121 39 2F
Octal 244 64 276 16 111 0 31 441 71 57
Binary 10100100 110100 10111110 1110 1001001 0 11001 100100001 111001 101111

Color Harmonies of #A434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434BE

Black with #A434BE

Text Example


Text Example

White with #A434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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