Html Css Color HEX #A227BD Dark Orchid

📋 copy color: '#A227BD'

red 162 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #A227BD

Tints of Dark Orchid #A227BD

RGB

 RED value IS 162 (63.67% from 255) = 41.54%

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 41.54%
G = 10%
B = 48.46%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A227BD (or 0xA227BD) is known color: Dark Orchid. HEX triplet: A2, 27 and BD. RGB value is (162,39,189). Sum of RGB (Red+Green+Blue) = 162+39+189=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A227BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227BD is #5DD842. Grayscale: #5C5C5C. Windows color (decimal): -6150211 or 12396450. OLE color: 12396450.

HSL color Cylindrical-coordinate representation of color #A227BD: hue angle of 289.2º 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 #A227BD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 39 189 -
CMYK 0.14 0.79 0 0.26
HSL 289.2º 0.66% 0.45% -
HSV(B) 289.2º 0.79% 0.74% -
XYZ 24.81 12.81 49.31 -
YUV 92.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 162 39 189 0.14 0.79 0 0.26 289.2 0.66 0.45
Hex A2 27 BD E 4F 0 1A 121 42 2D
Octal 242 47 275 16 117 0 32 441 102 55
Binary 10100010 100111 10111101 1110 1001111 0 11010 100100001 1000010 101101

Color Harmonies of #A227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227BD

Black with #A227BD

Text Example


Text Example

White with #A227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227BD; }

 p { color: rgb(162,39,189); }

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

background-color css

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

 a { background-color: rgb(162,39,189); }

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

border-color css

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

 span { border-color: rgb(162,39,189); }

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