Html Css Color HEX #AF2BED Dark Orchid

📋 copy color: '#AF2BED'

red 175 ◦ green 43 ◦ blue 237

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

Shades of Dark Orchid #AF2BED

Tints of Dark Orchid #AF2BED

RGB

 RED value IS 175 (68.75% from 255) = 38.46%

 GREEN value IS 43 (17.19% from 255) = 9.45%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 38.46%
G = 9.45%
B = 52.09%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2BED (or 0xAF2BED) is known color: Dark Orchid. HEX triplet: AF, 2B and ED. RGB value is (175,43,237). Sum of RGB (Red+Green+Blue) = 175+43+237=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF2BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BED is #50D412. Grayscale: #676767. Windows color (decimal): -5297171 or 15543215. OLE color: 15543215.

HSL color Cylindrical-coordinate representation of color #AF2BED: hue angle of 280.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BED is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 43 237 -
CMYK 0.26 0.82 0 0.07
HSL 280.82º 0.84% 0.55% -
HSV(B) 280.82º 0.82% 0.93% -
XYZ 33.83 16.96 81.61 -
YUV 104.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 175 43 237 0.26 0.82 0 0.07 280.82 0.84 0.55
Hex AF 2B ED 1A 52 0 7 119 54 37
Octal 257 53 355 32 122 0 7 431 124 67
Binary 10101111 101011 11101101 11010 1010010 0 111 100011001 1010100 110111

Color Harmonies of #AF2BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BED

Black with #AF2BED

Text Example


Text Example

White with #AF2BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BED; }

 p { color: rgb(175,43,237); }

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

background-color css

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

 a { background-color: rgb(175,43,237); }

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

border-color css

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

 span { border-color: rgb(175,43,237); }

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