Html Css Color HEX #A235DF Dark Orchid

📋 copy color: '#A235DF'

red 162 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #A235DF

Tints of Dark Orchid #A235DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.1%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 36.99%
G = 12.1%
B = 50.91%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A235DF (or 0xA235DF) is known color: Dark Orchid. HEX triplet: A2, 35 and DF. RGB value is (162,53,223). Sum of RGB (Red+Green+Blue) = 162+53+223=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #A235DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235DF is #5DCA20. Grayscale: #686868. Windows color (decimal): -6146593 or 14628258. OLE color: 14628258.

HSL color Cylindrical-coordinate representation of color #A235DF: hue angle of 278.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A235DF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 53 223 -
CMYK 0.27 0.76 0 0.13
HSL 278.47º 0.73% 0.54% -
HSV(B) 278.47º 0.76% 0.87% -
XYZ 29.49 15.56 71.26 -
YUV 104.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 162 53 223 0.27 0.76 0 0.13 278.47 0.73 0.54
Hex A2 35 DF 1B 4C 0 D 116 49 36
Octal 242 65 337 33 114 0 15 426 111 66
Binary 10100010 110101 11011111 11011 1001100 0 1101 100010110 1001001 110110

Color Harmonies of #A235DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235DF

Black with #A235DF

Text Example


Text Example

White with #A235DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235DF; }

 p { color: rgb(162,53,223); }

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

background-color css

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

 a { background-color: rgb(162,53,223); }

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

border-color css

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

 span { border-color: rgb(162,53,223); }

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