Html Css Color HEX #A430BE Dark Orchid

📋 copy color: '#A430BE'

red 164 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #A430BE

Tints of Dark Orchid #A430BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

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

R = 40.8%
G = 11.94%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A430BE (or 0xA430BE) is known color: Dark Orchid. HEX triplet: A4, 30 and BE. RGB value is (164,48,190). Sum of RGB (Red+Green+Blue) = 164+48+190=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A430BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430BE is #5BCF41. Grayscale: #626262. Windows color (decimal): -6016834 or 12464292. OLE color: 12464292.

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

Color convert

RGB 164 48 190 -
CMYK 0.14 0.75 0 0.25
HSL 289.01º 0.6% 0.47% -
HSV(B) 289.01º 0.75% 0.75% -
XYZ 25.66 13.72 50.01 -
YUV 98.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 164 48 190 0.14 0.75 0 0.25 289.01 0.6 0.47
Hex A4 30 BE E 4B 0 19 121 3C 2F
Octal 244 60 276 16 113 0 31 441 74 57
Binary 10100100 110000 10111110 1110 1001011 0 11001 100100001 111100 101111

Color Harmonies of #A430BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430BE

Black with #A430BE

Text Example


Text Example

White with #A430BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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