Html Css Color HEX #A434BF Dark Orchid

📋 copy color: '#A434BF'

red 164 ◦ green 52 ◦ blue 191

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

Shades of Dark Orchid #A434BF

Tints of Dark Orchid #A434BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 40.29%
G = 12.78%
B = 46.93%

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

#A434BF (or 0xA434BF) is known color: Dark Orchid. HEX triplet: A4, 34 and BF. RGB value is (164,52,191). Sum of RGB (Red+Green+Blue) = 164+52+191=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #A434BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BF is #5BCB40. Grayscale: #646464. Windows color (decimal): -6015809 or 12530852. OLE color: 12530852.

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

Color convert

RGB 164 52 191 -
CMYK 0.14 0.73 0 0.25
HSL 288.35º 0.57% 0.48% -
HSV(B) 288.35º 0.73% 0.75% -
XYZ 25.94 14.11 50.65 -
YUV 101.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 164 52 191 0.14 0.73 0 0.25 288.35 0.57 0.48
Hex A4 34 BF E 49 0 19 120 39 30
Octal 244 64 277 16 111 0 31 440 71 60
Binary 10100100 110100 10111111 1110 1001001 0 11001 100100000 111001 110000

Color Harmonies of #A434BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434BF

Black with #A434BF

Text Example


Text Example

White with #A434BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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