Html Css Color HEX #A434BB Dark Orchid

📋 copy color: '#A434BB'

red 164 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #A434BB

Tints of Dark Orchid #A434BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 40.69%
G = 12.9%
B = 46.4%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A434BB (or 0xA434BB) is known color: Dark Orchid. HEX triplet: A4, 34 and BB. RGB value is (164,52,187). Sum of RGB (Red+Green+Blue) = 164+52+187=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #A434BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BB is #5BCB44. Grayscale: #646464. Windows color (decimal): -6015813 or 12268708. OLE color: 12268708.

HSL color Cylindrical-coordinate representation of color #A434BB: hue angle of 289.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A434BB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 52 187 -
CMYK 0.12 0.72 0 0.27
HSL 289.78º 0.56% 0.47% -
HSV(B) 289.78º 0.72% 0.73% -
XYZ 25.51 13.94 48.36 -
YUV 100.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 164 52 187 0.12 0.72 0 0.27 289.78 0.56 0.47
Hex A4 34 BB C 48 0 1B 122 38 2F
Octal 244 64 273 14 110 0 33 442 70 57
Binary 10100100 110100 10111011 1100 1001000 0 11011 100100010 111000 101111

Color Harmonies of #A434BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434BB

Black with #A434BB

Text Example


Text Example

White with #A434BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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