Html Css Color HEX #A238C8 Dark Orchid

📋 copy color: '#A238C8'

red 162 ◦ green 56 ◦ blue 200

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

Shades of Dark Orchid #A238C8

Tints of Dark Orchid #A238C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 38.76%
G = 13.4%
B = 47.85%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A238C8 (or 0xA238C8) is known color: Dark Orchid. HEX triplet: A2, 38 and C8. RGB value is (162,56,200). Sum of RGB (Red+Green+Blue) = 162+56+200=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #A238C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238C8 is #5DC737. Grayscale: #676767. Windows color (decimal): -6145848 or 13121698. OLE color: 13121698.

HSL color Cylindrical-coordinate representation of color #A238C8: hue angle of 284.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A238C8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 56 200 -
CMYK 0.19 0.72 0 0.22
HSL 284.17º 0.57% 0.5% -
HSV(B) 284.17º 0.72% 0.78% -
XYZ 26.74 14.68 56.07 -
YUV 104.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 162 56 200 0.19 0.72 0 0.22 284.17 0.57 0.5
Hex A2 38 C8 13 48 0 16 11C 39 32
Octal 242 70 310 23 110 0 26 434 71 62
Binary 10100010 111000 11001000 10011 1001000 0 10110 100011100 111001 110010

Color Harmonies of #A238C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238C8

Black with #A238C8

Text Example


Text Example

White with #A238C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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