Html Css Color HEX #A434B5 Dark Orchid

📋 copy color: '#A434B5'

red 164 ◦ green 52 ◦ blue 181

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

Shades of Dark Orchid #A434B5

Tints of Dark Orchid #A434B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 41.31%
G = 13.1%
B = 45.59%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A434B5 (or 0xA434B5) is known color: Dark Orchid. HEX triplet: A4, 34 and B5. RGB value is (164,52,181). Sum of RGB (Red+Green+Blue) = 164+52+181=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #A434B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434B5 is #5BCB4A. Grayscale: #636363. Windows color (decimal): -6015819 or 11875492. OLE color: 11875492.

HSL color Cylindrical-coordinate representation of color #A434B5: hue angle of 292.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A434B5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 52 181 -
CMYK 0.09 0.71 0 0.29
HSL 292.09º 0.55% 0.46% -
HSV(B) 292.09º 0.71% 0.71% -
XYZ 24.88 13.68 45.05 -
YUV 100.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 164 52 181 0.09 0.71 0 0.29 292.09 0.55 0.46
Hex A4 34 B5 9 47 0 1D 124 37 2E
Octal 244 64 265 11 107 0 35 444 67 56
Binary 10100100 110100 10110101 1001 1000111 0 11101 100100100 110111 101110

Color Harmonies of #A434B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434B5

Black with #A434B5

Text Example


Text Example

White with #A434B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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