Html Css Color HEX #A42BE3 Dark Orchid

📋 copy color: '#A42BE3'

red 164 ◦ green 43 ◦ blue 227

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

Shades of Dark Orchid #A42BE3

Tints of Dark Orchid #A42BE3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

 BLUE value IS 227 (89.06% from 255) = 52.3%

R = 37.79%
G = 9.91%
B = 52.3%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A42BE3 (or 0xA42BE3) is known color: Dark Orchid. HEX triplet: A4, 2B and E3. RGB value is (164,43,227). Sum of RGB (Red+Green+Blue) = 164+43+227=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #A42BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BE3 is #5BD41C. Grayscale: #636363. Windows color (decimal): -6018077 or 14887844. OLE color: 14887844.

HSL color Cylindrical-coordinate representation of color #A42BE3: hue angle of 279.46º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42BE3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 43 227 -
CMYK 0.28 0.81 0 0.11
HSL 279.46º 0.77% 0.53% -
HSV(B) 279.46º 0.81% 0.89% -
XYZ 30.04 15.17 74.02 -
YUV 100.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 164 43 227 0.28 0.81 0 0.11 279.46 0.77 0.53
Hex A4 2B E3 1C 51 0 B 117 4D 35
Octal 244 53 343 34 121 0 13 427 115 65
Binary 10100100 101011 11100011 11100 1010001 0 1011 100010111 1001101 110101

Color Harmonies of #A42BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BE3

Black with #A42BE3

Text Example


Text Example

White with #A42BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BE3; }

 p { color: rgb(164,43,227); }

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

background-color css

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

 a { background-color: rgb(164,43,227); }

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

border-color css

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

 span { border-color: rgb(164,43,227); }

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