Html Css Color HEX #A427BC Dark Orchid

📋 copy color: '#A427BC'

red 164 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A427BC

Tints of Dark Orchid #A427BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 41.94%
G = 9.97%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A427BC (or 0xA427BC) is known color: Dark Orchid. HEX triplet: A4, 27 and BC. RGB value is (164,39,188). Sum of RGB (Red+Green+Blue) = 164+39+188=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A427BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427BC is #5BD843. Grayscale: #5C5C5C. Windows color (decimal): -6019140 or 12330916. OLE color: 12330916.

HSL color Cylindrical-coordinate representation of color #A427BC: hue angle of 290.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A427BC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 39 188 -
CMYK 0.13 0.79 0 0.26
HSL 290.34º 0.66% 0.45% -
HSV(B) 290.34º 0.79% 0.74% -
XYZ 25.11 12.97 48.76 -
YUV 93.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 164 39 188 0.13 0.79 0 0.26 290.34 0.66 0.45
Hex A4 27 BC D 4F 0 1A 122 42 2D
Octal 244 47 274 15 117 0 32 442 102 55
Binary 10100100 100111 10111100 1101 1001111 0 11010 100100010 1000010 101101

Color Harmonies of #A427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427BC

Black with #A427BC

Text Example


Text Example

White with #A427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427BC; }

 p { color: rgb(164,39,188); }

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

background-color css

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

 a { background-color: rgb(164,39,188); }

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

border-color css

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

 span { border-color: rgb(164,39,188); }

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