Html Css Color HEX #A735CF Dark Orchid

📋 copy color: '#A735CF'

red 167 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #A735CF

Tints of Dark Orchid #A735CF

RGB

 RED value IS 167 (65.63% from 255) = 39.11%

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 39.11%
G = 12.41%
B = 48.48%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A735CF (or 0xA735CF) is known color: Dark Orchid. HEX triplet: A7, 35 and CF. RGB value is (167,53,207). Sum of RGB (Red+Green+Blue) = 167+53+207=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A735CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735CF is #58CA30. Grayscale: #686868. Windows color (decimal): -5818929 or 13579687. OLE color: 13579687.

HSL color Cylindrical-coordinate representation of color #A735CF: hue angle of 284.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A735CF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 53 207 -
CMYK 0.19 0.74 0 0.19
HSL 284.42º 0.62% 0.51% -
HSV(B) 284.42º 0.74% 0.81% -
XYZ 28.47 15.27 60.48 -
YUV 104.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 167 53 207 0.19 0.74 0 0.19 284.42 0.62 0.51
Hex A7 35 CF 13 4A 0 13 11C 3E 33
Octal 247 65 317 23 112 0 23 434 76 63
Binary 10100111 110101 11001111 10011 1001010 0 10011 100011100 111110 110011

Color Harmonies of #A735CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735CF

Black with #A735CF

Text Example


Text Example

White with #A735CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735CF; }

 p { color: rgb(167,53,207); }

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

background-color css

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

 a { background-color: rgb(167,53,207); }

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

border-color css

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

 span { border-color: rgb(167,53,207); }

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