Html Css Color HEX #A238CD Dark Orchid

📋 copy color: '#A238CD'

red 162 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #A238CD

Tints of Dark Orchid #A238CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 38.3%
G = 13.24%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A238CD (or 0xA238CD) is known color: Dark Orchid. HEX triplet: A2, 38 and CD. RGB value is (162,56,205). Sum of RGB (Red+Green+Blue) = 162+56+205=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A238CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238CD is #5DC732. Grayscale: #686868. Windows color (decimal): -6145843 or 13449378. OLE color: 13449378.

HSL color Cylindrical-coordinate representation of color #A238CD: hue angle of 282.68º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A238CD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 56 205 -
CMYK 0.21 0.73 0 0.20
HSL 282.68º 0.6% 0.51% -
HSV(B) 282.68º 0.73% 0.8% -
XYZ 27.33 14.92 59.2 -
YUV 104.68 184.62 168.88 -
System Red Green Blue C M Y K H S L
Decimal 162 56 205 0.21 0.73 0 0.20 282.68 0.6 0.51
Hex A2 38 CD 15 49 0 14 11B 3C 33
Octal 242 70 315 25 111 0 24 433 74 63
Binary 10100010 111000 11001101 10101 1001001 0 10100 100011011 111100 110011

Color Harmonies of #A238CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238CD

Black with #A238CD

Text Example


Text Example

White with #A238CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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