Html Css Color HEX #A230BC Dark Orchid

📋 copy color: '#A230BC'

red 162 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #A230BC

Tints of Dark Orchid #A230BC

RGB

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

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

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

R = 40.7%
G = 12.06%
B = 47.24%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A230BC (or 0xA230BC) is known color: Dark Orchid. HEX triplet: A2, 30 and BC. RGB value is (162,48,188). Sum of RGB (Red+Green+Blue) = 162+48+188=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A230BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230BC is #5DCF43. Grayscale: #616161. Windows color (decimal): -6147908 or 12333218. OLE color: 12333218.

HSL color Cylindrical-coordinate representation of color #A230BC: hue angle of 288.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A230BC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 48 188 -
CMYK 0.14 0.74 0 0.26
HSL 288.86º 0.59% 0.46% -
HSV(B) 288.86º 0.74% 0.74% -
XYZ 25.03 13.43 48.85 -
YUV 98.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 162 48 188 0.14 0.74 0 0.26 288.86 0.59 0.46
Hex A2 30 BC E 4A 0 1A 121 3B 2E
Octal 242 60 274 16 112 0 32 441 73 56
Binary 10100010 110000 10111100 1110 1001010 0 11010 100100001 111011 101110

Color Harmonies of #A230BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230BC

Black with #A230BC

Text Example


Text Example

White with #A230BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230BC; }

 p { color: rgb(162,48,188); }

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

background-color css

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

 a { background-color: rgb(162,48,188); }

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

border-color css

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

 span { border-color: rgb(162,48,188); }

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