Html Css Color HEX #A238AC Dark Orchid

📋 copy color: '#A238AC'

red 162 ◦ green 56 ◦ blue 172

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

Shades of Dark Orchid #A238AC

Tints of Dark Orchid #A238AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 41.54%
G = 14.36%
B = 44.1%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A238AC (or 0xA238AC) is known color: Dark Orchid. HEX triplet: A2, 38 and AC. RGB value is (162,56,172). Sum of RGB (Red+Green+Blue) = 162+56+172=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A238AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238AC is #5DC753. Grayscale: #646464. Windows color (decimal): -6145876 or 11286690. OLE color: 11286690.

HSL color Cylindrical-coordinate representation of color #A238AC: hue angle of 294.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A238AC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 56 172 -
CMYK 0.06 0.67 0 0.33
HSL 294.83º 0.51% 0.45% -
HSV(B) 294.83º 0.67% 0.67% -
XYZ 23.76 13.49 40.38 -
YUV 100.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 162 56 172 0.06 0.67 0 0.33 294.83 0.51 0.45
Hex A2 38 AC 6 43 0 21 127 33 2D
Octal 242 70 254 6 103 0 41 447 63 55
Binary 10100010 111000 10101100 110 1000011 0 100001 100100111 110011 101101

Color Harmonies of #A238AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238AC

Black with #A238AC

Text Example


Text Example

White with #A238AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238AC; }

 p { color: rgb(162,56,172); }

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

background-color css

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

 a { background-color: rgb(162,56,172); }

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

border-color css

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

 span { border-color: rgb(162,56,172); }

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