Html Css Color HEX #A42FB0 Dark Orchid

📋 copy color: '#A42FB0'

red 164 ◦ green 47 ◦ blue 176

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

Shades of Dark Orchid #A42FB0

Tints of Dark Orchid #A42FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 42.38%
G = 12.14%
B = 45.48%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A42FB0 (or 0xA42FB0) is known color: Dark Orchid. HEX triplet: A4, 2F and B0. RGB value is (164,47,176). Sum of RGB (Red+Green+Blue) = 164+47+176=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #A42FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42FB0 is #5BD04F. Grayscale: #606060. Windows color (decimal): -6017104 or 11546532. OLE color: 11546532.

HSL color Cylindrical-coordinate representation of color #A42FB0: hue angle of 294.42º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42FB0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 47 176 -
CMYK 0.07 0.73 0 0.31
HSL 294.42º 0.58% 0.44% -
HSV(B) 294.42º 0.73% 0.69% -
XYZ 24.16 13.06 42.32 -
YUV 96.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 164 47 176 0.07 0.73 0 0.31 294.42 0.58 0.44
Hex A4 2F B0 7 49 0 1F 126 3A 2C
Octal 244 57 260 7 111 0 37 446 72 54
Binary 10100100 101111 10110000 111 1001001 0 11111 100100110 111010 101100

Color Harmonies of #A42FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FB0

Black with #A42FB0

Text Example


Text Example

White with #A42FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FB0; }

 p { color: rgb(164,47,176); }

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

background-color css

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

 a { background-color: rgb(164,47,176); }

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

border-color css

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

 span { border-color: rgb(164,47,176); }

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